Html Css Color HEX #9E1122 Carmine

📋 copy color: '#9E1122'

red 158 ◦ green 17 ◦ blue 34

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

Shades of Carmine #9E1122

Tints of Carmine #9E1122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.27%

R = 75.6%
G = 8.13%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9E1122 (or 0x9E1122) is known color: Carmine. HEX triplet: 9E, 11 and 22. RGB value is (158,17,34). Sum of RGB (Red+Green+Blue) = 158+17+34=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1122 is #61EEDD. Grayscale: #3D3D3D. Windows color (decimal): -6418142 or 2232734. OLE color: 2232734.

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

Color convert

RGB 158 17 34 -
CMYK 0 0.89 0.78 0.38
HSL 352.77º 0.81% 0.34% -
HSV(B) 352.77º 0.89% 0.62% -
XYZ 14.59 7.79 2.25 -
YUV 61.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 158 17 34 0 0.89 0.78 0.38 352.77 0.81 0.34
Hex 9E 11 22 0 59 4E 26 161 51 22
Octal 236 21 42 0 131 116 46 541 121 42
Binary 10011110 10001 100010 0 1011001 1001110 100110 101100001 1010001 100010

Color Harmonies of #9E1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1122

Black with #9E1122

Text Example


Text Example

White with #9E1122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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