Html Css Color HEX #9D1805 Dark Red

📋 copy color: '#9D1805'

red 157 ◦ green 24 ◦ blue 5

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

Shades of Dark Red #9D1805

Tints of Dark Red #9D1805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.9%

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 84.41%
G = 12.9%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9D1805 (or 0x9D1805) is known color: Dark Red. HEX triplet: 9D, 18 and 05. RGB value is (157,24,5). Sum of RGB (Red+Green+Blue) = 157+24+5=186 (24% of max value = 765). Red value is 157 (61.72% from 255 or 84.41% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1805 is #62E7FA. Grayscale: #3D3D3D. Windows color (decimal): -6481915 or 333981. OLE color: 333981.

HSL color Cylindrical-coordinate representation of color #9D1805: hue angle of 7.5º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D1805 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 24 5 -
CMYK 0 0.85 0.97 0.38
HSL 7.5º 0.94% 0.32% -
HSV(B) 7.5º 0.97% 0.62% -
XYZ 14.26 7.83 0.9 -
YUV 61.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 157 24 5 0 0.85 0.97 0.38 7.5 0.94 0.32
Hex 9D 18 5 0 55 61 26 8 5E 20
Octal 235 30 5 0 125 141 46 10 136 40
Binary 10011101 11000 101 0 1010101 1100001 100110 1000 1011110 100000

Color Harmonies of #9D1805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1805

Black with #9D1805

Text Example


Text Example

White with #9D1805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,24,5); }

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

background-color css

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

 a { background-color: rgb(157,24,5); }

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

border-color css

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

 span { border-color: rgb(157,24,5); }

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