Html Css Color HEX #9D0505 Dark Red

📋 copy color: '#9D0505'

red 157 ◦ green 5 ◦ blue 5

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

Shades of Dark Red #9D0505

Tints of Dark Red #9D0505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 94.01%
G = 2.99%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9D0505 (or 0x9D0505) is known color: Dark Red. HEX triplet: 9D, 05 and 05. RGB value is (157,5,5). Sum of RGB (Red+Green+Blue) = 157+5+5=167 (22% of max value = 765). Red value is 157 (61.72% from 255 or 94.01% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0505 is #62FAFA. Grayscale: #323232. Windows color (decimal): -6486779 or 329117. OLE color: 329117.

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

Color convert

RGB 157 5 5 -
CMYK 0 0.97 0.97 0.38
HSL 0.94% 0.32% -
HSV(B) 0.97% 0.62% -
XYZ 13.99 7.29 0.81 -
YUV 50.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 157 5 5 0 0.97 0.97 0.38 0 0.94 0.32
Hex 9D 5 5 0 61 61 26 0 5E 20
Octal 235 5 5 0 141 141 46 0 136 40
Binary 10011101 101 101 0 1100001 1100001 100110 0 1011110 100000

Color Harmonies of #9D0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0505

Black with #9D0505

Text Example


Text Example

White with #9D0505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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