Html Css Color HEX #9E0213 Carmine

📋 copy color: '#9E0213'

red 158 ◦ green 2 ◦ blue 19

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

Shades of Carmine #9E0213

Tints of Carmine #9E0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 88.27%
G = 1.12%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9E0213 (or 0x9E0213) is known color: Carmine. HEX triplet: 9E, 02 and 13. RGB value is (158,2,19). Sum of RGB (Red+Green+Blue) = 158+2+19=179 (23% of max value = 765). Red value is 158 (62.11% from 255 or 88.27% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0213 is #61FDEC. Grayscale: #323232. Windows color (decimal): -6421997 or 1245854. OLE color: 1245854.

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

Color convert

RGB 158 2 19 -
CMYK 0 0.99 0.88 0.38
HSL 353.46º 0.98% 0.31% -
HSV(B) 353.46º 0.99% 0.62% -
XYZ 14.24 7.36 1.29 -
YUV 50.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 158 2 19 0 0.99 0.88 0.38 353.46 0.98 0.31
Hex 9E 2 13 0 63 58 26 161 62 1F
Octal 236 2 23 0 143 130 46 541 142 37
Binary 10011110 10 10011 0 1100011 1011000 100110 101100001 1100010 11111

Color Harmonies of #9E0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0213

Black with #9E0213

Text Example


Text Example

White with #9E0213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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