Html Css Color HEX #9F1619 Carmine

📋 copy color: '#9F1619'

red 159 ◦ green 22 ◦ blue 25

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

Shades of Carmine #9F1619

Tints of Carmine #9F1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 77.18%
G = 10.68%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F1619 (or 0x9F1619) is known color: Carmine. HEX triplet: 9F, 16 and 19. RGB value is (159,22,25). Sum of RGB (Red+Green+Blue) = 159+22+25=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1619 is #60E9E6. Grayscale: #3F3F3F. Windows color (decimal): -6351335 or 1644191. OLE color: 1644191.

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

Color convert

RGB 159 22 25 -
CMYK 0 0.86 0.84 0.38
HSL 358.69º 0.76% 0.35% -
HSV(B) 358.69º 0.86% 0.62% -
XYZ 14.76 8.01 1.69 -
YUV 63.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 159 22 25 0 0.86 0.84 0.38 358.69 0.76 0.35
Hex 9F 16 19 0 56 54 26 167 4C 23
Octal 237 26 31 0 126 124 46 547 114 43
Binary 10011111 10110 11001 0 1010110 1010100 100110 101100111 1001100 100011

Color Harmonies of #9F1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1619

Black with #9F1619

Text Example


Text Example

White with #9F1619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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