Html Css Color HEX #9D2001 Dark Red

📋 copy color: '#9D2001'

red 157 ◦ green 32 ◦ blue 1

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

Shades of Dark Red #9D2001

Tints of Dark Red #9D2001

RGB

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

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

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

R = 82.63%
G = 16.84%
B = 0.53%

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

#9D2001 (or 0x9D2001) is known color: Dark Red. HEX triplet: 9D, 20 and 01. RGB value is (157,32,1). Sum of RGB (Red+Green+Blue) = 157+32+1=190 (25% of max value = 765). Red value is 157 (61.72% from 255 or 82.63% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2001 is #62DFFE. Grayscale: #424242. Windows color (decimal): -6479871 or 73885. OLE color: 73885.

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

Color convert

RGB 157 32 1 -
CMYK 0 0.80 0.99 0.38
HSL 11.92º 0.99% 0.31% -
HSV(B) 11.92º 0.99% 0.62% -
XYZ 14.43 8.2 0.85 -
YUV 65.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 157 32 1 0 0.80 0.99 0.38 11.92 0.99 0.31
Hex 9D 20 1 0 50 63 26 C 63 1F
Octal 235 40 1 0 120 143 46 14 143 37
Binary 10011101 100000 1 0 1010000 1100011 100110 1100 1100011 11111

Color Harmonies of #9D2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2001

Black with #9D2001

Text Example


Text Example

White with #9D2001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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