#940E0A

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

Shades of Dark Red #940E0A

Tints of Dark Red #940E0A

Color information

#940E0A (or 0x940E0A) is unknown color: approx Dark Red. HEX triplet: 94, 0E and 0A. RGB value is (148,14,10). Sum of RGB (Red+Green+Blue) = 148+14+10=172 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.05% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 148 - color contains mainly: red. Hex color #940E0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940E0A is #6BF1F5. Grayscale: #353535. Windows color (decimal): -7074294 or 659092. OLE color: 659092.

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

Color convert

RGB1481410-
CMYK00.910.930.42
HSL1.74º87.34%30.98%-
HSV(B)1.74º93.24%58.04%-
XYZ12.426.630.91-
YUV53.61103.39195.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 86.05%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=86.05%
G=8.14%
B=5.81%

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
Decimal148141000.910.930.421.7487.3430.98
Hex94EA05B5D2A2571f
Octal2241612013313552212737
Binary100101001110101001011011101110110101010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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