Html Css Color HEX #9E111B Carmine

📋 copy color: '#9E111B'

red 158 ◦ green 17 ◦ blue 27

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

Shades of Carmine #9E111B

Tints of Carmine #9E111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.37%

R = 78.22%
G = 8.42%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9E111B (or 0x9E111B) is known color: Carmine. HEX triplet: 9E, 11 and 1B. RGB value is (158,17,27). Sum of RGB (Red+Green+Blue) = 158+17+27=202 (26% of max value = 765). Red value is 158 (62.11% from 255 or 78.22% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 158 - color contains mainly: red. Hex color #9E111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E111B is #61EEE4. Grayscale: #3C3C3C. Windows color (decimal): -6418149 or 1773982. OLE color: 1773982.

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

Color convert

RGB 158 17 27 -
CMYK 0 0.89 0.83 0.38
HSL 355.74º 0.81% 0.34% -
HSV(B) 355.74º 0.89% 0.62% -
XYZ 14.5 7.75 1.77 -
YUV 60.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 158 17 27 0 0.89 0.83 0.38 355.74 0.81 0.34
Hex 9E 11 1B 0 59 53 26 164 51 22
Octal 236 21 33 0 131 123 46 544 121 42
Binary 10011110 10001 11011 0 1011001 1010011 100110 101100100 1010001 100010

Color Harmonies of #9E111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E111B

Black with #9E111B

Text Example


Text Example

White with #9E111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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