#930E04

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

Shades of Dark Red #930E04

Tints of Dark Red #930E04

Color information

#930E04 (or 0x930E04) is unknown color: approx Dark Red. HEX triplet: 93, 0E and 04. RGB value is (147,14,4). Sum of RGB (Red+Green+Blue) = 147+14+4=165 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.09% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 147 - color contains mainly: red. Hex color #930E04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930E04 is #6CF1FB. Grayscale: #343434. Windows color (decimal): -7139836 or 265875. OLE color: 265875.

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

Color convert

RGB147144-
CMYK00.900.970.42
HSL4.2º94.7%29.61%-
HSV(B)4.2º97.28%57.65%-
XYZ12.216.530.73-
YUV52.63100.56195.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 89.09%
GREEN value IS 14 (5.86% from 255) = 8.48%
BLUE value IS 4 (1.95% from 255) = 2.42%
R=89.09%
G=8.48%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714400.900.970.424.294.729.61
Hex93E405A612A45f1e
Octal223164013214152413736
Binary100100111110100010110101100001101010100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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