#940E04

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

Shades of Dark Red #940E04

Tints of Dark Red #940E04

Color information

#940E04 (or 0x940E04) is unknown color: approx Dark Red. HEX triplet: 94, 0E and 04. RGB value is (148,14,4). Sum of RGB (Red+Green+Blue) = 148+14+4=166 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.16% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 148 - color contains mainly: red. Hex color #940E04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940E04 is #6BF1FB. Grayscale: #353535. Windows color (decimal): -7074300 or 265876. OLE color: 265876.

HSL color Cylindrical-coordinate representation of color #940E04: hue angle of 4.17º 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 #940E04 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB148144-
CMYK00.910.970.42
HSL4.17º94.74%29.8%-
HSV(B)4.17º97.3%58.04%-
XYZ12.396.620.74-
YUV52.93100.39195.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 89.16%
GREEN value IS 14 (5.86% from 255) = 8.43%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=89.16%
G=8.43%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814400.910.970.424.1794.7429.8
Hex94E405B612A45f1e
Octal224164013314152413736
Binary100101001110100010110111100001101010100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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