Html Css Color HEX #9E0218 Carmine

📋 copy color: '#9E0218'

red 158 ◦ green 2 ◦ blue 24

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

Shades of Carmine #9E0218

Tints of Carmine #9E0218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 85.87%
G = 1.09%
B = 13.04%

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

#9E0218 (or 0x9E0218) is known color: Carmine. HEX triplet: 9E, 02 and 18. RGB value is (158,2,24). Sum of RGB (Red+Green+Blue) = 158+2+24=184 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.87% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0218 is #61FDE7. Grayscale: #333333. Windows color (decimal): -6421992 or 1573534. OLE color: 1573534.

HSL color Cylindrical-coordinate representation of color #9E0218: hue angle of 351.54º degrees, saturation: 0.98, 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 #9E0218 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 2 24 -
CMYK 0 0.99 0.85 0.38
HSL 351.54º 0.98% 0.31% -
HSV(B) 351.54º 0.99% 0.62% -
XYZ 14.29 7.38 1.54 -
YUV 51.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 158 2 24 0 0.99 0.85 0.38 351.54 0.98 0.31
Hex 9E 2 18 0 63 55 26 160 62 1F
Octal 236 2 30 0 143 125 46 540 142 37
Binary 10011110 10 11000 0 1100011 1010101 100110 101100000 1100010 11111

Color Harmonies of #9E0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0218

Black with #9E0218

Text Example


Text Example

White with #9E0218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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