Html Css Color HEX #9D0E0B Dark Red

📋 copy color: '#9D0E0B'

red 157 ◦ green 14 ◦ blue 11

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

Shades of Dark Red #9D0E0B

Tints of Dark Red #9D0E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.69%

 BLUE value IS 11 (4.69% from 255) = 6.04%

R = 86.26%
G = 7.69%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9D0E0B (or 0x9D0E0B) is known color: Dark Red. HEX triplet: 9D, 0E and 0B. RGB value is (157,14,11). Sum of RGB (Red+Green+Blue) = 157+14+11=182 (24% of max value = 765). Red value is 157 (61.72% from 255 or 86.26% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0E0B is #62F1F4. Grayscale: #383838. Windows color (decimal): -6484469 or 724637. OLE color: 724637.

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

Color convert

RGB 157 14 11 -
CMYK 0 0.91 0.93 0.38
HSL 1.23º 0.87% 0.33% -
HSV(B) 1.23º 0.93% 0.62% -
XYZ 14.12 7.51 1.02 -
YUV 56.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 157 14 11 0 0.91 0.93 0.38 1.23 0.87 0.33
Hex 9D E B 0 5B 5D 26 1 57 21
Octal 235 16 13 0 133 135 46 1 127 41
Binary 10011101 1110 1011 0 1011011 1011101 100110 1 1010111 100001

Color Harmonies of #9D0E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0E0B

Black with #9D0E0B

Text Example


Text Example

White with #9D0E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,14,11); }

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

background-color css

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

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

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

border-color css

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

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

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