Html Css Color HEX #9E121B Carmine

📋 copy color: '#9E121B'

red 158 ◦ green 18 ◦ blue 27

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

Shades of Carmine #9E121B

Tints of Carmine #9E121B

RGB

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

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

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

R = 77.83%
G = 8.87%
B = 13.3%

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

#9E121B (or 0x9E121B) is known color: Carmine. HEX triplet: 9E, 12 and 1B. RGB value is (158,18,27). Sum of RGB (Red+Green+Blue) = 158+18+27=203 (26% of max value = 765). Red value is 158 (62.11% from 255 or 77.83% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 158 - color contains mainly: red. Hex color #9E121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E121B is #61EDE4. Grayscale: #3C3C3C. Windows color (decimal): -6417893 or 1774238. OLE color: 1774238.

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

Color convert

RGB 158 18 27 -
CMYK 0 0.89 0.83 0.38
HSL 356.14º 0.8% 0.35% -
HSV(B) 356.14º 0.89% 0.62% -
XYZ 14.51 7.78 1.77 -
YUV 60.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 158 18 27 0 0.89 0.83 0.38 356.14 0.8 0.35
Hex 9E 12 1B 0 59 53 26 164 50 23
Octal 236 22 33 0 131 123 46 544 120 43
Binary 10011110 10010 11011 0 1011001 1010011 100110 101100100 1010000 100011

Color Harmonies of #9E121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E121B

Black with #9E121B

Text Example


Text Example

White with #9E121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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