#8f1b2e

Color #8F1B2E Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #8F1B2E

Tints of Bright Red #8F1B2E

Color information

#8F1B2E (or 0x8F1B2E) is unknown color: approx Bright Red. HEX triplet: 8F, 1B and 2E. RGB value is (143,27,46). Sum of RGB (Red+Green+Blue) = 143+27+46=216 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.20% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1B2E is #70E4D1. Grayscale: #3F3F3F. Windows color (decimal): -7398610 or 3021711. OLE color: 3021711.

HSL color Cylindrical-coordinate representation of color #8F1B2E: hue angle of 350.17º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F1B2E is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1432746-
CMYK00.810.680.44
HSL350.17º68.24%33.33%-
HSV(B)350.17º81.12%56.08%-
XYZ12.216.823.26-
YUV63.85117.93184.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 66.20%
GREEN value IS 27 (10.94% from 255) = 12.5%
BLUE value IS 46 (18.36% from 255) = 21.30%
R=66.20%
G=12.5%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143274600.810.680.44350.1768.2433.33
Hex8F1B2E051442C15e4421
Octal217335601211045453610441
Binary10001111110111011100101000110001001011001010111101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f1b2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8f1b2e; }

 p { color: rgb(143,27,46); }

 H1.HeaderClassName
 {
   color: #8f1b2e;
 }
 .AnyTagClassName
 {
   color: #8f1b2e;
 }
</style>
background-color css

<style>
 a { background-color: #8f1b2e; }

 a { background-color: rgb(143,27,46); }

 div.DivClassName
 {
   background-color: #8f1b2e;
 }
 .BgClassName
 {
   background-color: #8f1b2e;
 }
</style>
border-color css

<style>
 span { border-color: #8f1b2e; }

 span { border-color: rgb(143,27,46); }

 td.TdClassName
 {
   border-color: #8f1b2e;
 }
 .TagClassName
 {
   border-color: #8f1b2e;
 }
</style>