Html Css Color HEX #9D1622 Carmine

📋 copy color: '#9D1622'

red 157 ◦ green 22 ◦ blue 34

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

Shades of Carmine #9D1622

Tints of Carmine #9D1622

RGB

 RED value IS 157 (61.72% from 255) = 73.71%

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

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

R = 73.71%
G = 10.33%
B = 15.96%

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

#9D1622 (or 0x9D1622) is known color: Carmine. HEX triplet: 9D, 16 and 22. RGB value is (157,22,34). Sum of RGB (Red+Green+Blue) = 157+22+34=213 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.71% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1622 is #62E9DD. Grayscale: #3F3F3F. Windows color (decimal): -6482398 or 2234013. OLE color: 2234013.

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

Color convert

RGB 157 22 34 -
CMYK 0 0.86 0.78 0.38
HSL 354.67º 0.75% 0.35% -
HSV(B) 354.67º 0.86% 0.62% -
XYZ 14.48 7.86 2.27 -
YUV 63.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 157 22 34 0 0.86 0.78 0.38 354.67 0.75 0.35
Hex 9D 16 22 0 56 4E 26 163 4B 23
Octal 235 26 42 0 126 116 46 543 113 43
Binary 10011101 10110 100010 0 1010110 1001110 100110 101100011 1001011 100011

Color Harmonies of #9D1622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1622

Black with #9D1622

Text Example


Text Example

White with #9D1622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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