Html Css Color HEX #9D1501 Dark Red

📋 copy color: '#9D1501'

red 157 ◦ green 21 ◦ blue 1

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

Shades of Dark Red #9D1501

Tints of Dark Red #9D1501

RGB

 RED value IS 157 (61.72% from 255) = 87.71%

 GREEN value IS 21 (8.59% from 255) = 11.73%

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

R = 87.71%
G = 11.73%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9D1501 (or 0x9D1501) is known color: Dark Red. HEX triplet: 9D, 15 and 01. RGB value is (157,21,1). Sum of RGB (Red+Green+Blue) = 157+21+1=179 (23% of max value = 765). Red value is 157 (61.72% from 255 or 87.71% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1501 is #62EAFE. Grayscale: #3B3B3B. Windows color (decimal): -6482687 or 71069. OLE color: 71069.

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

Color convert

RGB 157 21 1 -
CMYK 0 0.87 0.99 0.38
HSL 7.69º 0.99% 0.31% -
HSV(B) 7.69º 0.99% 0.62% -
XYZ 14.18 7.71 0.77 -
YUV 59.38 95.06 197.63 -
System Red Green Blue C M Y K H S L
Decimal 157 21 1 0 0.87 0.99 0.38 7.69 0.99 0.31
Hex 9D 15 1 0 57 63 26 8 63 1F
Octal 235 25 1 0 127 143 46 10 143 37
Binary 10011101 10101 1 0 1010111 1100011 100110 1000 1100011 11111

Color Harmonies of #9D1501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1501

Black with #9D1501

Text Example


Text Example

White with #9D1501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,21,1); }

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

background-color css

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

 a { background-color: rgb(157,21,1); }

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

border-color css

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

 span { border-color: rgb(157,21,1); }

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