Html Css Color HEX #9F2001 Dark Red

📋 copy color: '#9F2001'

red 159 ◦ green 32 ◦ blue 1

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

Shades of Dark Red #9F2001

Tints of Dark Red #9F2001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.67%

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

R = 82.81%
G = 16.67%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F2001 (or 0x9F2001) is known color: Dark Red. HEX triplet: 9F, 20 and 01. RGB value is (159,32,1). Sum of RGB (Red+Green+Blue) = 159+32+1=192 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.81% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2001 is #60DFFE. Grayscale: #424242. Windows color (decimal): -6348799 or 73887. OLE color: 73887.

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

Color convert

RGB 159 32 1 -
CMYK 0 0.80 0.99 0.38
HSL 11.77º 0.99% 0.31% -
HSV(B) 11.77º 0.99% 0.62% -
XYZ 14.82 8.41 0.87 -
YUV 66.44 91.08 194.02 -
System Red Green Blue C M Y K H S L
Decimal 159 32 1 0 0.80 0.99 0.38 11.77 0.99 0.31
Hex 9F 20 1 0 50 63 26 C 63 1F
Octal 237 40 1 0 120 143 46 14 143 37
Binary 10011111 100000 1 0 1010000 1100011 100110 1100 1100011 11111

Color Harmonies of #9F2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2001

Black with #9F2001

Text Example


Text Example

White with #9F2001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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