Html Css Color HEX #9F1217 Carmine

📋 copy color: '#9F1217'

red 159 ◦ green 18 ◦ blue 23

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

Shades of Carmine #9F1217

Tints of Carmine #9F1217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.5%

R = 79.5%
G = 9%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F1217 (or 0x9F1217) is known color: Carmine. HEX triplet: 9F, 12 and 17. RGB value is (159,18,23). Sum of RGB (Red+Green+Blue) = 159+18+23=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1217 is #60EDE8. Grayscale: #3C3C3C. Windows color (decimal): -6352361 or 1512095. OLE color: 1512095.

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

Color convert

RGB 159 18 23 -
CMYK 0 0.89 0.86 0.38
HSL 357.87º 0.8% 0.35% -
HSV(B) 357.87º 0.89% 0.62% -
XYZ 14.67 7.87 1.56 -
YUV 60.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 159 18 23 0 0.89 0.86 0.38 357.87 0.8 0.35
Hex 9F 12 17 0 59 56 26 166 50 23
Octal 237 22 27 0 131 126 46 546 120 43
Binary 10011111 10010 10111 0 1011001 1010110 100110 101100110 1010000 100011

Color Harmonies of #9F1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1217

Black with #9F1217

Text Example


Text Example

White with #9F1217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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