Html Css Color HEX #9F1505 Dark Red

📋 copy color: '#9F1505'

red 159 ◦ green 21 ◦ blue 5

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

Shades of Dark Red #9F1505

Tints of Dark Red #9F1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 5 (2.34% from 255) = 2.7%

R = 85.95%
G = 11.35%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F1505 (or 0x9F1505) is known color: Dark Red. HEX triplet: 9F, 15 and 05. RGB value is (159,21,5). Sum of RGB (Red+Green+Blue) = 159+21+5=185 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.95% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1505 is #60EAFA. Grayscale: #3C3C3C. Windows color (decimal): -6351611 or 333215. OLE color: 333215.

HSL color Cylindrical-coordinate representation of color #9F1505: hue angle of 6.23º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F1505 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 21 5 -
CMYK 0 0.87 0.97 0.38
HSL 6.23º 0.94% 0.32% -
HSV(B) 6.23º 0.97% 0.62% -
XYZ 14.59 7.92 0.9 -
YUV 60.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 159 21 5 0 0.87 0.97 0.38 6.23 0.94 0.32
Hex 9F 15 5 0 57 61 26 6 5E 20
Octal 237 25 5 0 127 141 46 6 136 40
Binary 10011111 10101 101 0 1010111 1100001 100110 110 1011110 100000

Color Harmonies of #9F1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1505

Black with #9F1505

Text Example


Text Example

White with #9F1505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,21,5); }

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

background-color css

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

 a { background-color: rgb(159,21,5); }

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

border-color css

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

 span { border-color: rgb(159,21,5); }

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