Html Css Color HEX #9F1220 Carmine

📋 copy color: '#9F1220'

red 159 ◦ green 18 ◦ blue 32

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

Shades of Carmine #9F1220

Tints of Carmine #9F1220

RGB

 RED value IS 159 (62.5% from 255) = 76.08%

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

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

R = 76.08%
G = 8.61%
B = 15.31%

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

#9F1220 (or 0x9F1220) is known color: Carmine. HEX triplet: 9F, 12 and 20. RGB value is (159,18,32). Sum of RGB (Red+Green+Blue) = 159+18+32=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1220 is #60EDDF. Grayscale: #3D3D3D. Windows color (decimal): -6352352 or 2101919. OLE color: 2101919.

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

Color convert

RGB 159 18 32 -
CMYK 0 0.89 0.80 0.38
HSL 354.04º 0.8% 0.35% -
HSV(B) 354.04º 0.89% 0.62% -
XYZ 14.78 7.91 2.11 -
YUV 61.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 159 18 32 0 0.89 0.80 0.38 354.04 0.8 0.35
Hex 9F 12 20 0 59 50 26 162 50 23
Octal 237 22 40 0 131 120 46 542 120 43
Binary 10011111 10010 100000 0 1011001 1010000 100110 101100010 1010000 100011

Color Harmonies of #9F1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1220

Black with #9F1220

Text Example


Text Example

White with #9F1220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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