Html Css Color HEX #9F1218 Carmine

📋 copy color: '#9F1218'

red 159 ◦ green 18 ◦ blue 24

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

Shades of Carmine #9F1218

Tints of Carmine #9F1218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 79.1%
G = 8.96%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F1218 (or 0x9F1218) is known color: Carmine. HEX triplet: 9F, 12 and 18. RGB value is (159,18,24). Sum of RGB (Red+Green+Blue) = 159+18+24=201 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.10% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1218 is #60EDE7. Grayscale: #3C3C3C. Windows color (decimal): -6352360 or 1577631. OLE color: 1577631.

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

Color convert

RGB 159 18 24 -
CMYK 0 0.89 0.85 0.38
HSL 357.45º 0.8% 0.35% -
HSV(B) 357.45º 0.89% 0.62% -
XYZ 14.68 7.87 1.61 -
YUV 60.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 159 18 24 0 0.89 0.85 0.38 357.45 0.8 0.35
Hex 9F 12 18 0 59 55 26 165 50 23
Octal 237 22 30 0 131 125 46 545 120 43
Binary 10011111 10010 11000 0 1011001 1010101 100110 101100101 1010000 100011

Color Harmonies of #9F1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1218

Black with #9F1218

Text Example


Text Example

White with #9F1218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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