Html Css Color HEX #9E1417 Carmine

📋 copy color: '#9E1417'

red 158 ◦ green 20 ◦ blue 23

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

Shades of Carmine #9E1417

Tints of Carmine #9E1417

RGB

 RED value IS 158 (62.11% from 255) = 78.61%

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 78.61%
G = 9.95%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E1417 (or 0x9E1417) is known color: Carmine. HEX triplet: 9E, 14 and 17. RGB value is (158,20,23). Sum of RGB (Red+Green+Blue) = 158+20+23=201 (26% of max value = 765). Red value is 158 (62.11% from 255 or 78.61% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1417 is #61EBE8. Grayscale: #3D3D3D. Windows color (decimal): -6417385 or 1512606. OLE color: 1512606.

HSL color Cylindrical-coordinate representation of color #9E1417: hue angle of 358.7º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1417 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 20 23 -
CMYK 0 0.87 0.85 0.38
HSL 358.7º 0.78% 0.35% -
HSV(B) 358.7º 0.87% 0.62% -
XYZ 14.51 7.83 1.56 -
YUV 61.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 158 20 23 0 0.87 0.85 0.38 358.7 0.78 0.35
Hex 9E 14 17 0 57 55 26 167 4E 23
Octal 236 24 27 0 127 125 46 547 116 43
Binary 10011110 10100 10111 0 1010111 1010101 100110 101100111 1001110 100011

Color Harmonies of #9E1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1417

Black with #9E1417

Text Example


Text Example

White with #9E1417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E1417; }

 p { color: rgb(158,20,23); }

 H1.HeaderClassName
 {
   color: #9E1417;
 }
 .AnyTagClassName
 {
   color: #9E1417;
 }
</style>

background-color css

<style>
 a { background-color: #9E1417; }

 a { background-color: rgb(158,20,23); }

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

border-color css

<style>
 span { border-color: #9E1417; }

 span { border-color: rgb(158,20,23); }

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