Html Css Color HEX #9E1622 Carmine

📋 copy color: '#9E1622'

red 158 ◦ green 22 ◦ blue 34

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

Shades of Carmine #9E1622

Tints of Carmine #9E1622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.28%

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

R = 73.83%
G = 10.28%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9E1622 (or 0x9E1622) is known color: Carmine. HEX triplet: 9E, 16 and 22. RGB value is (158,22,34). Sum of RGB (Red+Green+Blue) = 158+22+34=214 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.83% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1622 is #61E9DD. Grayscale: #404040. Windows color (decimal): -6416862 or 2234014. OLE color: 2234014.

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

Color convert

RGB 158 22 34 -
CMYK 0 0.86 0.78 0.38
HSL 354.71º 0.76% 0.35% -
HSV(B) 354.71º 0.86% 0.62% -
XYZ 14.68 7.96 2.28 -
YUV 64.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 158 22 34 0 0.86 0.78 0.38 354.71 0.76 0.35
Hex 9E 16 22 0 56 4E 26 163 4C 23
Octal 236 26 42 0 126 116 46 543 114 43
Binary 10011110 10110 100010 0 1010110 1001110 100110 101100011 1001100 100011

Color Harmonies of #9E1622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1622

Black with #9E1622

Text Example


Text Example

White with #9E1622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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