Html Css Color HEX #9D100C Dark Red

📋 copy color: '#9D100C'

red 157 ◦ green 16 ◦ blue 12

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

Shades of Dark Red #9D100C

Tints of Dark Red #9D100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 84.86%
G = 8.65%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D100C (or 0x9D100C) is known color: Dark Red. HEX triplet: 9D, 10 and 0C. RGB value is (157,16,12). Sum of RGB (Red+Green+Blue) = 157+16+12=185 (24% of max value = 765). Red value is 157 (61.72% from 255 or 84.86% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 157 - color contains mainly: red. Hex color #9D100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D100C is #62EFF3. Grayscale: #393939. Windows color (decimal): -6483956 or 790685. OLE color: 790685.

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

Color convert

RGB 157 16 12 -
CMYK 0 0.90 0.92 0.38
HSL 1.66º 0.86% 0.33% -
HSV(B) 1.66º 0.92% 0.62% -
XYZ 14.16 7.57 1.06 -
YUV 57.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 157 16 12 0 0.90 0.92 0.38 1.66 0.86 0.33
Hex 9D 10 C 0 5A 5C 26 2 56 21
Octal 235 20 14 0 132 134 46 2 126 41
Binary 10011101 10000 1100 0 1011010 1011100 100110 10 1010110 100001

Color Harmonies of #9D100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D100C

Black with #9D100C

Text Example


Text Example

White with #9D100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,16,12); }

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

background-color css

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

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

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

border-color css

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

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

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