Html Css Color HEX #8E0E16 Carmine

📋 copy color: '#8E0E16'

red 142 ◦ green 14 ◦ blue 22

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

Shades of Carmine #8E0E16

Tints of Carmine #8E0E16

RGB

 RED value IS 142 (55.86% from 255) = 79.78%

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

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 79.78%
G = 7.87%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E0E16 (or 0x8E0E16) is known color: Carmine. HEX triplet: 8E, 0E and 16. RGB value is (142,14,22). Sum of RGB (Red+Green+Blue) = 142+14+22=178 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.78% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0E16 is #71F1E9. Grayscale: #353535. Windows color (decimal): -7467498 or 1445518. OLE color: 1445518.

HSL color Cylindrical-coordinate representation of color #8E0E16: hue angle of 356.25º 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 #8E0E16 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 14 22 -
CMYK 0 0.90 0.85 0.44
HSL 356.25º 0.82% 0.31% -
HSV(B) 356.25º 0.9% 0.56% -
XYZ 11.46 6.12 1.34 -
YUV 53.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 142 14 22 0 0.90 0.85 0.44 356.25 0.82 0.31
Hex 8E E 16 0 5A 55 2C 164 52 1F
Octal 216 16 26 0 132 125 54 544 122 37
Binary 10001110 1110 10110 0 1011010 1010101 101100 101100100 1010010 11111

Color Harmonies of #8E0E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0E16

Black with #8E0E16

Text Example


Text Example

White with #8E0E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,14,22); }

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

background-color css

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

 a { background-color: rgb(142,14,22); }

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

border-color css

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

 span { border-color: rgb(142,14,22); }

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