Html Css Color HEX #8E1619 Carmine

📋 copy color: '#8E1619'

red 142 ◦ green 22 ◦ blue 25

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

Shades of Carmine #8E1619

Tints of Carmine #8E1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

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

R = 75.13%
G = 11.64%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E1619 (or 0x8E1619) is known color: Carmine. HEX triplet: 8E, 16 and 19. RGB value is (142,22,25). Sum of RGB (Red+Green+Blue) = 142+22+25=189 (25% of max value = 765). Red value is 142 (55.86% from 255 or 75.13% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1619 is #71E9E6. Grayscale: #3A3A3A. Windows color (decimal): -7465447 or 1644174. OLE color: 1644174.

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

Color convert

RGB 142 22 25 -
CMYK 0 0.85 0.82 0.44
HSL 358.5º 0.73% 0.32% -
HSV(B) 358.5º 0.85% 0.56% -
XYZ 11.62 6.39 1.54 -
YUV 58.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 142 22 25 0 0.85 0.82 0.44 358.5 0.73 0.32
Hex 8E 16 19 0 55 52 2C 166 49 20
Octal 216 26 31 0 125 122 54 546 111 40
Binary 10001110 10110 11001 0 1010101 1010010 101100 101100110 1001001 100000

Color Harmonies of #8E1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1619

Black with #8E1619

Text Example


Text Example

White with #8E1619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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