Html Css Color HEX #8E0D19 Carmine

📋 copy color: '#8E0D19'

red 142 ◦ green 13 ◦ blue 25

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

Shades of Carmine #8E0D19

Tints of Carmine #8E0D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.22%

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

R = 78.89%
G = 7.22%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E0D19 (or 0x8E0D19) is known color: Carmine. HEX triplet: 8E, 0D and 19. RGB value is (142,13,25). Sum of RGB (Red+Green+Blue) = 142+13+25=180 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.89% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0D19 is #71F2E6. Grayscale: #353535. Windows color (decimal): -7467751 or 1641870. OLE color: 1641870.

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

Color convert

RGB 142 13 25 -
CMYK 0 0.91 0.82 0.44
HSL 354.42º 0.83% 0.3% -
HSV(B) 354.42º 0.91% 0.56% -
XYZ 11.47 6.11 1.49 -
YUV 52.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 142 13 25 0 0.91 0.82 0.44 354.42 0.83 0.3
Hex 8E D 19 0 5B 52 2C 162 53 1E
Octal 216 15 31 0 133 122 54 542 123 36
Binary 10001110 1101 11001 0 1011011 1010010 101100 101100010 1010011 11110

Color Harmonies of #8E0D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0D19

Black with #8E0D19

Text Example


Text Example

White with #8E0D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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