#94110C

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

Shades of Dark Red #94110C

Tints of Dark Red #94110C

Color information

#94110C (or 0x94110C) is unknown color: approx Dark Red. HEX triplet: 94, 11 and 0C. RGB value is (148,17,12). Sum of RGB (Red+Green+Blue) = 148+17+12=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #94110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94110C is #6BEEF3. Grayscale: #373737. Windows color (decimal): -7073524 or 790932. OLE color: 790932.

HSL color Cylindrical-coordinate representation of color #94110C: hue angle of 2.21º 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 #94110C is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1481712-
CMYK00.890.920.42
HSL2.21º85%31.37%-
HSV(B)2.21º91.89%58.04%-
XYZ12.486.720.99-
YUV55.6103.4193.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 83.62%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 12 (5.08% from 255) = 6.78%
R=83.62%
G=9.60%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148171200.890.920.422.218531.37
Hex9411C0595C2A2551f
Octal2242114013113452212537
Binary1001010010001110001011001101110010101010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94110C; }

 p { color: rgb(148,17,12); }

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

<style>
 a { background-color: #94110C; }

 a { background-color: rgb(148,17,12); }

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

<style>
 span { border-color: #94110C; }

 span { border-color: rgb(148,17,12); }

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