Html Css Color HEX #9D1709 Dark Red

📋 copy color: '#9D1709'

red 157 ◦ green 23 ◦ blue 9

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

Shades of Dark Red #9D1709

Tints of Dark Red #9D1709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.17%

 BLUE value IS 9 (3.91% from 255) = 4.76%

R = 83.07%
G = 12.17%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9D1709 (or 0x9D1709) is known color: Dark Red. HEX triplet: 9D, 17 and 09. RGB value is (157,23,9). Sum of RGB (Red+Green+Blue) = 157+23+9=189 (25% of max value = 765). Red value is 157 (61.72% from 255 or 83.07% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1709 is #62E8F6. Grayscale: #3D3D3D. Windows color (decimal): -6482167 or 595869. OLE color: 595869.

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

Color convert

RGB 157 23 9 -
CMYK 0 0.85 0.94 0.38
HSL 5.68º 0.89% 0.33% -
HSV(B) 5.68º 0.94% 0.62% -
XYZ 14.26 7.8 1.01 -
YUV 61.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 157 23 9 0 0.85 0.94 0.38 5.68 0.89 0.33
Hex 9D 17 9 0 55 5E 26 6 59 21
Octal 235 27 11 0 125 136 46 6 131 41
Binary 10011101 10111 1001 0 1010101 1011110 100110 110 1011001 100001

Color Harmonies of #9D1709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1709

Black with #9D1709

Text Example


Text Example

White with #9D1709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,23,9); }

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

background-color css

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

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

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

border-color css

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

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

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