Html Css Color HEX #9E0118 Carmine

📋 copy color: '#9E0118'

red 158 ◦ green 1 ◦ blue 24

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

Shades of Carmine #9E0118

Tints of Carmine #9E0118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.11%

R = 86.34%
G = 0.55%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E0118 (or 0x9E0118) is known color: Carmine. HEX triplet: 9E, 01 and 18. RGB value is (158,1,24). Sum of RGB (Red+Green+Blue) = 158+1+24=183 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.34% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0118 is #61FEE7. Grayscale: #323232. Windows color (decimal): -6422248 or 1573278. OLE color: 1573278.

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

Color convert

RGB 158 1 24 -
CMYK 0 0.99 0.85 0.38
HSL 351.21º 0.99% 0.31% -
HSV(B) 351.21º 0.99% 0.62% -
XYZ 14.28 7.36 1.53 -
YUV 50.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 158 1 24 0 0.99 0.85 0.38 351.21 0.99 0.31
Hex 9E 1 18 0 63 55 26 15F 63 1F
Octal 236 1 30 0 143 125 46 537 143 37
Binary 10011110 1 11000 0 1100011 1010101 100110 101011111 1100011 11111

Color Harmonies of #9E0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0118

Black with #9E0118

Text Example


Text Example

White with #9E0118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,1,24); }

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

background-color css

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

 a { background-color: rgb(158,1,24); }

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

border-color css

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

 span { border-color: rgb(158,1,24); }

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