Html Css Color HEX #9F1901 Dark Red

📋 copy color: '#9F1901'

red 159 ◦ green 25 ◦ blue 1

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

Shades of Dark Red #9F1901

Tints of Dark Red #9F1901

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

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

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

Color convert

RGB 159 25 1 -
CMYK 0 0.84 0.99 0.38
HSL 9.11º 0.99% 0.31% -
HSV(B) 9.11º 0.99% 0.62% -
XYZ 14.65 8.07 0.81 -
YUV 62.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 159 25 1 0 0.84 0.99 0.38 9.11 0.99 0.31
Hex 9F 19 1 0 54 63 26 9 63 1F
Octal 237 31 1 0 124 143 46 11 143 37
Binary 10011111 11001 1 0 1010100 1100011 100110 1001 1100011 11111

Color Harmonies of #9F1901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1901

Black with #9F1901

Text Example


Text Example

White with #9F1901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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