Html Css Color HEX #9E0212 Carmine

📋 copy color: '#9E0212'

red 158 ◦ green 2 ◦ blue 18

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

Shades of Carmine #9E0212

Tints of Carmine #9E0212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 88.76%
G = 1.12%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E0212 (or 0x9E0212) is known color: Carmine. HEX triplet: 9E, 02 and 12. RGB value is (158,2,18). Sum of RGB (Red+Green+Blue) = 158+2+18=178 (23% of max value = 765). Red value is 158 (62.11% from 255 or 88.76% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0212 is #61FDED. Grayscale: #323232. Windows color (decimal): -6421998 or 1180318. OLE color: 1180318.

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

Color convert

RGB 158 2 18 -
CMYK 0 0.99 0.89 0.38
HSL 353.85º 0.98% 0.31% -
HSV(B) 353.85º 0.99% 0.62% -
XYZ 14.23 7.36 1.24 -
YUV 50.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 158 2 18 0 0.99 0.89 0.38 353.85 0.98 0.31
Hex 9E 2 12 0 63 59 26 162 62 1F
Octal 236 2 22 0 143 131 46 542 142 37
Binary 10011110 10 10010 0 1100011 1011001 100110 101100010 1100010 11111

Color Harmonies of #9E0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0212

Black with #9E0212

Text Example


Text Example

White with #9E0212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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