Html Css Color HEX #9E1323 Carmine

📋 copy color: '#9E1323'

red 158 ◦ green 19 ◦ blue 35

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

Shades of Carmine #9E1323

Tints of Carmine #9E1323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

 BLUE value IS 35 (14.06% from 255) = 16.51%

R = 74.53%
G = 8.96%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9E1323 (or 0x9E1323) is known color: Carmine. HEX triplet: 9E, 13 and 23. RGB value is (158,19,35). Sum of RGB (Red+Green+Blue) = 158+19+35=212 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.53% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1323 is #61ECDC. Grayscale: #3E3E3E. Windows color (decimal): -6417629 or 2298782. OLE color: 2298782.

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

Color convert

RGB 158 19 35 -
CMYK 0 0.88 0.78 0.38
HSL 353.09º 0.79% 0.35% -
HSV(B) 353.09º 0.88% 0.62% -
XYZ 14.64 7.86 2.34 -
YUV 62.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 158 19 35 0 0.88 0.78 0.38 353.09 0.79 0.35
Hex 9E 13 23 0 58 4E 26 161 4F 23
Octal 236 23 43 0 130 116 46 541 117 43
Binary 10011110 10011 100011 0 1011000 1001110 100110 101100001 1001111 100011

Color Harmonies of #9E1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1323

Black with #9E1323

Text Example


Text Example

White with #9E1323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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