Html Css Color HEX #9D0401 Dark Red

📋 copy color: '#9D0401'

red 157 ◦ green 4 ◦ blue 1

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

Shades of Dark Red #9D0401

Tints of Dark Red #9D0401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

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

R = 96.91%
G = 2.47%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9D0401 (or 0x9D0401) is known color: Dark Red. HEX triplet: 9D, 04 and 01. RGB value is (157,4,1). Sum of RGB (Red+Green+Blue) = 157+4+1=162 (21% of max value = 765). Red value is 157 (61.72% from 255 or 96.91% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0401 is #62FBFE. Grayscale: #313131. Windows color (decimal): -6487039 or 66717. OLE color: 66717.

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

Color convert

RGB 157 4 1 -
CMYK 0 0.97 0.99 0.38
HSL 1.15º 0.99% 0.31% -
HSV(B) 1.15º 0.99% 0.62% -
XYZ 13.95 7.26 0.69 -
YUV 49.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 157 4 1 0 0.97 0.99 0.38 1.15 0.99 0.31
Hex 9D 4 1 0 61 63 26 1 63 1F
Octal 235 4 1 0 141 143 46 1 143 37
Binary 10011101 100 1 0 1100001 1100011 100110 1 1100011 11111

Color Harmonies of #9D0401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0401

Black with #9D0401

Text Example


Text Example

White with #9D0401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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