#940D0A

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

Shades of Dark Red #940D0A

Tints of Dark Red #940D0A

Color information

#940D0A (or 0x940D0A) is unknown color: approx Dark Red. HEX triplet: 94, 0D and 0A. RGB value is (148,13,10). Sum of RGB (Red+Green+Blue) = 148+13+10=171 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.55% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 148 - color contains mainly: red. Hex color #940D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940D0A is #6BF2F5. Grayscale: #353535. Windows color (decimal): -7074550 or 658836. OLE color: 658836.

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

Color convert

RGB1481310-
CMYK00.910.930.42
HSL1.3º87.34%30.98%-
HSV(B)1.3º93.24%58.04%-
XYZ12.416.610.91-
YUV53.02103.73195.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 86.55%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=86.55%
G=7.60%
B=5.85%

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
Decimal148131000.910.930.421.387.3430.98
Hex94DA05B5D2A1571f
Octal2241512013313552112737
Binary10010100110110100101101110111011010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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