#930D0A

Color #930D0A Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #930D0A

Tints of Dark Red #930D0A

Color information

#930D0A (or 0x930D0A) is unknown color: approx Dark Red. HEX triplet: 93, 0D and 0A. RGB value is (147,13,10). Sum of RGB (Red+Green+Blue) = 147+13+10=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #930D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930D0A is #6CF2F5. Grayscale: #343434. Windows color (decimal): -7140086 or 658835. OLE color: 658835.

HSL color Cylindrical-coordinate representation of color #930D0A: hue angle of 1.31º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930D0A is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1471310-
CMYK00.910.930.42
HSL1.31º87.26%30.78%-
HSV(B)1.31º93.2%57.65%-
XYZ12.236.510.9-
YUV52.72103.89195.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 86.47%
GREEN value IS 13 (5.47% from 255) = 7.65%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=86.47%
G=7.65%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147131000.910.930.421.3187.2630.78
Hex93DA05B5D2A1571f
Octal2231512013313552112737
Binary10010011110110100101101110111011010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930D0A; }

 p { color: rgb(147,13,10); }

 H1.HeaderClassName
 {
   color: #930D0A;
 }
 .AnyTagClassName
 {
   color: #930D0A;
 }
</style>
background-color css

<style>
 a { background-color: #930D0A; }

 a { background-color: rgb(147,13,10); }

 div.DivClassName
 {
   background-color: #930D0A;
 }
 .BgClassName
 {
   background-color: #930D0A;
 }
</style>
border-color css

<style>
 span { border-color: #930D0A; }

 span { border-color: rgb(147,13,10); }

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