Html Css Color HEX #8E0117 Carmine

📋 copy color: '#8E0117'

red 142 ◦ green 1 ◦ blue 23

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

Shades of Carmine #8E0117

Tints of Carmine #8E0117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 85.54%
G = 0.6%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#8E0117 (or 0x8E0117) is known color: Carmine. HEX triplet: 8E, 01 and 17. RGB value is (142,1,23). Sum of RGB (Red+Green+Blue) = 142+1+23=166 (21% of max value = 765). Red value is 142 (55.86% from 255 or 85.54% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0117 is #71FEE8. Grayscale: #2D2D2D. Windows color (decimal): -7470825 or 1507726. OLE color: 1507726.

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

Color convert

RGB 142 1 23 -
CMYK 0 0.99 0.84 0.44
HSL 350.64º 0.99% 0.28% -
HSV(B) 350.64º 0.99% 0.56% -
XYZ 11.32 5.83 1.34 -
YUV 45.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 142 1 23 0 0.99 0.84 0.44 350.64 0.99 0.28
Hex 8E 1 17 0 63 54 2C 15F 63 1C
Octal 216 1 27 0 143 124 54 537 143 34
Binary 10001110 1 10111 0 1100011 1010100 101100 101011111 1100011 11100

Color Harmonies of #8E0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0117

Black with #8E0117

Text Example


Text Example

White with #8E0117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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