Html Css Color HEX #9F0119 Carmine

📋 copy color: '#9F0119'

red 159 ◦ green 1 ◦ blue 25

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

Shades of Carmine #9F0119

Tints of Carmine #9F0119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 85.95%
G = 0.54%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F0119 (or 0x9F0119) is known color: Carmine. HEX triplet: 9F, 01 and 19. RGB value is (159,1,25). Sum of RGB (Red+Green+Blue) = 159+1+25=185 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.95% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0119 is #60FEE6. Grayscale: #333333. Windows color (decimal): -6356711 or 1638815. OLE color: 1638815.

HSL color Cylindrical-coordinate representation of color #9F0119: hue angle of 350.89º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0119 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 1 25 -
CMYK 0 0.99 0.84 0.38
HSL 350.89º 0.99% 0.31% -
HSV(B) 350.89º 0.99% 0.62% -
XYZ 14.48 7.46 1.6 -
YUV 50.98 113.35 205.05 -
System Red Green Blue C M Y K H S L
Decimal 159 1 25 0 0.99 0.84 0.38 350.89 0.99 0.31
Hex 9F 1 19 0 63 54 26 15F 63 1F
Octal 237 1 31 0 143 124 46 537 143 37
Binary 10011111 1 11001 0 1100011 1010100 100110 101011111 1100011 11111

Color Harmonies of #9F0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0119

Black with #9F0119

Text Example


Text Example

White with #9F0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,1,25); }

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

background-color css

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

 a { background-color: rgb(159,1,25); }

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

border-color css

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

 span { border-color: rgb(159,1,25); }

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