Html Css Color HEX #9D0700 Dark Red

📋 copy color: '#9D0700'

red 157 ◦ green 7 ◦ blue 0

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

Shades of Dark Red #9D0700

Tints of Dark Red #9D0700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.73%
G = 4.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9D0700 (or 0x9D0700) is known color: Dark Red. HEX triplet: 9D, 07 and 00. RGB value is (157,7,0). Sum of RGB (Red+Green+Blue) = 157+7+0=164 (21% of max value = 765). Red value is 157 (61.72% from 255 or 95.73% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0700 is #62F8FF. Grayscale: #333333. Windows color (decimal): -6486272 or 1949. OLE color: 1949.

HSL color Cylindrical-coordinate representation of color #9D0700: hue angle of 2.68º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D0700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 7 0 -
CMYK 0 0.96 1 0.38
HSL 2.68º 1% 0.31% -
HSV(B) 2.68º 1% 0.62% -
XYZ 13.98 7.32 0.68 -
YUV 51.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 157 7 0 0 0.96 1 0.38 2.68 1 0.31
Hex 9D 7 0 0 60 64 26 3 64 1F
Octal 235 7 0 0 140 144 46 3 144 37
Binary 10011101 111 0 0 1100000 1100100 100110 11 1100100 11111

Color Harmonies of #9D0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0700

Black with #9D0700

Text Example


Text Example

White with #9D0700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,7,0); }

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

background-color css

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

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

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

border-color css

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

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

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