Html Css Color HEX #9F1720 Carmine

📋 copy color: '#9F1720'

red 159 ◦ green 23 ◦ blue 32

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

Shades of Carmine #9F1720

Tints of Carmine #9F1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 74.3%
G = 10.75%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9F1720 (or 0x9F1720) is known color: Carmine. HEX triplet: 9F, 17 and 20. RGB value is (159,23,32). Sum of RGB (Red+Green+Blue) = 159+23+32=214 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.30% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1720 is #60E8DF. Grayscale: #404040. Windows color (decimal): -6351072 or 2103199. OLE color: 2103199.

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

Color convert

RGB 159 23 32 -
CMYK 0 0.86 0.80 0.38
HSL 356.03º 0.75% 0.36% -
HSV(B) 356.03º 0.86% 0.62% -
XYZ 14.87 8.09 2.14 -
YUV 64.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 159 23 32 0 0.86 0.80 0.38 356.03 0.75 0.36
Hex 9F 17 20 0 56 50 26 164 4B 24
Octal 237 27 40 0 126 120 46 544 113 44
Binary 10011111 10111 100000 0 1010110 1010000 100110 101100100 1001011 100100

Color Harmonies of #9F1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1720

Black with #9F1720

Text Example


Text Example

White with #9F1720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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