Html Css Color HEX #9F0401 Dark Red

📋 copy color: '#9F0401'

red 159 ◦ green 4 ◦ blue 1

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

Shades of Dark Red #9F0401

Tints of Dark Red #9F0401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

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

R = 96.95%
G = 2.44%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F0401 (or 0x9F0401) is known color: Dark Red. HEX triplet: 9F, 04 and 01. RGB value is (159,4,1). Sum of RGB (Red+Green+Blue) = 159+4+1=164 (21% of max value = 765). Red value is 159 (62.5% from 255 or 96.95% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0401 is #60FBFE. Grayscale: #323232. Windows color (decimal): -6355967 or 66719. OLE color: 66719.

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

Color convert

RGB 159 4 1 -
CMYK 0 0.97 0.99 0.38
HSL 1.14º 0.99% 0.31% -
HSV(B) 1.14º 0.99% 0.62% -
XYZ 14.35 7.46 0.71 -
YUV 50 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 159 4 1 0 0.97 0.99 0.38 1.14 0.99 0.31
Hex 9F 4 1 0 61 63 26 1 63 1F
Octal 237 4 1 0 141 143 46 1 143 37
Binary 10011111 100 1 0 1100001 1100011 100110 1 1100011 11111

Color Harmonies of #9F0401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0401

Black with #9F0401

Text Example


Text Example

White with #9F0401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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