Html Css Color HEX #8E1117 Carmine

📋 copy color: '#8E1117'

red 142 ◦ green 17 ◦ blue 23

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

Shades of Carmine #8E1117

Tints of Carmine #8E1117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 78.02%
G = 9.34%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#8E1117 (or 0x8E1117) is known color: Carmine. HEX triplet: 8E, 11 and 17. RGB value is (142,17,23). Sum of RGB (Red+Green+Blue) = 142+17+23=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1117 is #71EEE8. Grayscale: #373737. Windows color (decimal): -7466729 or 1511822. OLE color: 1511822.

HSL color Cylindrical-coordinate representation of color #8E1117: hue angle of 357.12º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1117 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 23 -
CMYK 0 0.88 0.84 0.44
HSL 357.12º 0.79% 0.31% -
HSV(B) 357.12º 0.88% 0.56% -
XYZ 11.51 6.21 1.4 -
YUV 55.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 142 17 23 0 0.88 0.84 0.44 357.12 0.79 0.31
Hex 8E 11 17 0 58 54 2C 165 4F 1F
Octal 216 21 27 0 130 124 54 545 117 37
Binary 10001110 10001 10111 0 1011000 1010100 101100 101100101 1001111 11111

Color Harmonies of #8E1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1117

Black with #8E1117

Text Example


Text Example

White with #8E1117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,23); }

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

background-color css

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

 a { background-color: rgb(142,17,23); }

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

border-color css

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

 span { border-color: rgb(142,17,23); }

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