#930E0C

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

Shades of Dark Red #930E0C

Tints of Dark Red #930E0C

Color information

#930E0C (or 0x930E0C) is unknown color: approx Dark Red. HEX triplet: 93, 0E and 0C. RGB value is (147,14,12). Sum of RGB (Red+Green+Blue) = 147+14+12=173 (22% of max value = 765). Red value is 147 (57.81% from 255 or 84.97% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 147 - color contains mainly: red. Hex color #930E0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930E0C is #6CF1F3. Grayscale: #353535. Windows color (decimal): -7139828 or 790163. OLE color: 790163.

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

Color convert

RGB1471412-
CMYK00.900.920.42
HSL0.89º84.91%31.18%-
HSV(B)0.89º91.84%57.65%-
XYZ12.266.540.96-
YUV53.54104.56194.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 84.97%
GREEN value IS 14 (5.86% from 255) = 8.09%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=84.97%
G=8.09%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147141200.900.920.420.8984.9131.18
Hex93EC05A5C2A1551f
Octal2231614013213452112537
Binary10010011111011000101101010111001010101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,14,12); }

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

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

 a { background-color: rgb(147,14,12); }

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

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

 span { border-color: rgb(147,14,12); }

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