Html Css Color HEX #9E1220 Carmine

📋 copy color: '#9E1220'

red 158 ◦ green 18 ◦ blue 32

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

Shades of Carmine #9E1220

Tints of Carmine #9E1220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 75.96%
G = 8.65%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E1220 (or 0x9E1220) is known color: Carmine. HEX triplet: 9E, 12 and 20. RGB value is (158,18,32). Sum of RGB (Red+Green+Blue) = 158+18+32=208 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.96% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1220 is #61EDDF. Grayscale: #3D3D3D. Windows color (decimal): -6417888 or 2101918. OLE color: 2101918.

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

Color convert

RGB 158 18 32 -
CMYK 0 0.89 0.80 0.38
HSL 354º 0.8% 0.35% -
HSV(B) 354º 0.89% 0.62% -
XYZ 14.58 7.81 2.1 -
YUV 61.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 158 18 32 0 0.89 0.80 0.38 354 0.8 0.35
Hex 9E 12 20 0 59 50 26 162 50 23
Octal 236 22 40 0 131 120 46 542 120 43
Binary 10011110 10010 100000 0 1011001 1010000 100110 101100010 1010000 100011

Color Harmonies of #9E1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1220

Black with #9E1220

Text Example


Text Example

White with #9E1220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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