Html Css Color HEX #8F0E18 Carmine

📋 copy color: '#8F0E18'

red 143 ◦ green 14 ◦ blue 24

#8F0E18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #8F0E18

Tints of Carmine #8F0E18

RGB

 RED value IS 143 (56.25% from 255) = 79.01%

 GREEN value IS 14 (5.86% from 255) = 7.73%

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 79.01%
G = 7.73%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#8F0E18 (or 0x8F0E18) is known color: Carmine. HEX triplet: 8F, 0E and 18. RGB value is (143,14,24). Sum of RGB (Red+Green+Blue) = 143+14+24=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0E18 is #70F1E7. Grayscale: #353535. Windows color (decimal): -7401960 or 1576591. OLE color: 1576591.

HSL color Cylindrical-coordinate representation of color #8F0E18: hue angle of 355.35º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E18 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 14 24 -
CMYK 0 0.90 0.83 0.44
HSL 355.35º 0.82% 0.31% -
HSV(B) 355.35º 0.9% 0.56% -
XYZ 11.65 6.22 1.45 -
YUV 53.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 143 14 24 0 0.90 0.83 0.44 355.35 0.82 0.31
Hex 8F E 18 0 5A 53 2C 163 52 1F
Octal 217 16 30 0 132 123 54 543 122 37
Binary 10001111 1110 11000 0 1011010 1010011 101100 101100011 1010010 11111

Color Harmonies of #8F0E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E18

Black with #8F0E18

Text Example


Text Example

White with #8F0E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,14,24); }

 H1.HeaderClassName
 {
   color: #8F0E18;
 }
 .AnyTagClassName
 {
   color: #8F0E18;
 }
</style>

background-color css

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

 a { background-color: rgb(143,14,24); }

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

border-color css

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

 span { border-color: rgb(143,14,24); }

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