Html Css Color HEX #9E111C Carmine

📋 copy color: '#9E111C'

red 158 ◦ green 17 ◦ blue 28

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

Shades of Carmine #9E111C

Tints of Carmine #9E111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 77.83%
G = 8.37%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E111C (or 0x9E111C) is known color: Carmine. HEX triplet: 9E, 11 and 1C. RGB value is (158,17,28). Sum of RGB (Red+Green+Blue) = 158+17+28=203 (26% of max value = 765). Red value is 158 (62.11% from 255 or 77.83% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 158 - color contains mainly: red. Hex color #9E111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E111C is #61EEE3. Grayscale: #3C3C3C. Windows color (decimal): -6418148 or 1839518. OLE color: 1839518.

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

Color convert

RGB 158 17 28 -
CMYK 0 0.89 0.82 0.38
HSL 355.32º 0.81% 0.34% -
HSV(B) 355.32º 0.89% 0.62% -
XYZ 14.51 7.75 1.83 -
YUV 60.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 158 17 28 0 0.89 0.82 0.38 355.32 0.81 0.34
Hex 9E 11 1C 0 59 52 26 163 51 22
Octal 236 21 34 0 131 122 46 543 121 42
Binary 10011110 10001 11100 0 1011001 1010010 100110 101100011 1010001 100010

Color Harmonies of #9E111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E111C

Black with #9E111C

Text Example


Text Example

White with #9E111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,17,28); }

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

background-color css

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

 a { background-color: rgb(158,17,28); }

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

border-color css

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

 span { border-color: rgb(158,17,28); }

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