Html Css Color HEX #9F1701 Dark Red

📋 copy color: '#9F1701'

red 159 ◦ green 23 ◦ blue 1

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

Shades of Dark Red #9F1701

Tints of Dark Red #9F1701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

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

R = 86.89%
G = 12.57%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F1701 (or 0x9F1701) is known color: Dark Red. HEX triplet: 9F, 17 and 01. RGB value is (159,23,1). Sum of RGB (Red+Green+Blue) = 159+23+1=183 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.89% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1701 is #60E8FE. Grayscale: #3D3D3D. Windows color (decimal): -6351103 or 71583. OLE color: 71583.

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

Color convert

RGB 159 23 1 -
CMYK 0 0.86 0.99 0.38
HSL 8.35º 0.99% 0.31% -
HSV(B) 8.35º 0.99% 0.62% -
XYZ 14.61 7.99 0.8 -
YUV 61.16 94.06 197.79 -
System Red Green Blue C M Y K H S L
Decimal 159 23 1 0 0.86 0.99 0.38 8.35 0.99 0.31
Hex 9F 17 1 0 56 63 26 8 63 1F
Octal 237 27 1 0 126 143 46 10 143 37
Binary 10011111 10111 1 0 1010110 1100011 100110 1000 1100011 11111

Color Harmonies of #9F1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1701

Black with #9F1701

Text Example


Text Example

White with #9F1701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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