Html Css Color HEX #8E0E19 Carmine

📋 copy color: '#8E0E19'

red 142 ◦ green 14 ◦ blue 25

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

Shades of Carmine #8E0E19

Tints of Carmine #8E0E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.81%

R = 78.45%
G = 7.73%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E0E19 (or 0x8E0E19) is known color: Carmine. HEX triplet: 8E, 0E and 19. RGB value is (142,14,25). Sum of RGB (Red+Green+Blue) = 142+14+25=181 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.45% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0E19 is #71F1E6. Grayscale: #353535. Windows color (decimal): -7467495 or 1642126. OLE color: 1642126.

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

Color convert

RGB 142 14 25 -
CMYK 0 0.90 0.82 0.44
HSL 354.84º 0.82% 0.31% -
HSV(B) 354.84º 0.9% 0.56% -
XYZ 11.49 6.14 1.5 -
YUV 53.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 142 14 25 0 0.90 0.82 0.44 354.84 0.82 0.31
Hex 8E E 19 0 5A 52 2C 163 52 1F
Octal 216 16 31 0 132 122 54 543 122 37
Binary 10001110 1110 11001 0 1011010 1010010 101100 101100011 1010010 11111

Color Harmonies of #8E0E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0E19

Black with #8E0E19

Text Example


Text Example

White with #8E0E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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