Html Css Color HEX #9F0701 Dark Red

📋 copy color: '#9F0701'

red 159 ◦ green 7 ◦ blue 1

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

Shades of Dark Red #9F0701

Tints of Dark Red #9F0701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

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

R = 95.21%
G = 4.19%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F0701 (or 0x9F0701) is known color: Dark Red. HEX triplet: 9F, 07 and 01. RGB value is (159,7,1). Sum of RGB (Red+Green+Blue) = 159+7+1=167 (22% of max value = 765). Red value is 159 (62.5% from 255 or 95.21% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0701 is #60F8FE. Grayscale: #333333. Windows color (decimal): -6355199 or 67487. OLE color: 67487.

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

Color convert

RGB 159 7 1 -
CMYK 0 0.96 0.99 0.38
HSL 2.28º 0.99% 0.31% -
HSV(B) 2.28º 0.99% 0.62% -
XYZ 14.38 7.53 0.72 -
YUV 51.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 159 7 1 0 0.96 0.99 0.38 2.28 0.99 0.31
Hex 9F 7 1 0 60 63 26 2 63 1F
Octal 237 7 1 0 140 143 46 2 143 37
Binary 10011111 111 1 0 1100000 1100011 100110 10 1100011 11111

Color Harmonies of #9F0701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0701

Black with #9F0701

Text Example


Text Example

White with #9F0701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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