Html Css Color HEX #9D1220 Carmine

📋 copy color: '#9D1220'

red 157 ◦ green 18 ◦ blue 32

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

Shades of Carmine #9D1220

Tints of Carmine #9D1220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.46%

R = 75.85%
G = 8.7%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D1220 (or 0x9D1220) is known color: Carmine. HEX triplet: 9D, 12 and 20. RGB value is (157,18,32). Sum of RGB (Red+Green+Blue) = 157+18+32=207 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.85% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1220 is #62EDDF. Grayscale: #3D3D3D. Windows color (decimal): -6483424 or 2101917. OLE color: 2101917.

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

Color convert

RGB 157 18 32 -
CMYK 0 0.89 0.80 0.38
HSL 353.96º 0.79% 0.34% -
HSV(B) 353.96º 0.89% 0.62% -
XYZ 14.38 7.7 2.1 -
YUV 61.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 157 18 32 0 0.89 0.80 0.38 353.96 0.79 0.34
Hex 9D 12 20 0 59 50 26 162 4F 22
Octal 235 22 40 0 131 120 46 542 117 42
Binary 10011101 10010 100000 0 1011001 1010000 100110 101100010 1001111 100010

Color Harmonies of #9D1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1220

Black with #9D1220

Text Example


Text Example

White with #9D1220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,18,32); }

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

background-color css

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

 a { background-color: rgb(157,18,32); }

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

border-color css

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

 span { border-color: rgb(157,18,32); }

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