#94100D

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

Shades of Dark Red #94100D

Tints of Dark Red #94100D

Color information

#94100D (or 0x94100D) is unknown color: approx Dark Red. HEX triplet: 94, 10 and 0D. RGB value is (148,16,13). Sum of RGB (Red+Green+Blue) = 148+16+13=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #94100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94100D is #6BEFF2. Grayscale: #373737. Windows color (decimal): -7073779 or 856212. OLE color: 856212.

HSL color Cylindrical-coordinate representation of color #94100D: hue angle of 1.33º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94100D is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1481613-
CMYK00.890.910.42
HSL1.33º83.85%31.57%-
HSV(B)1.33º91.22%58.04%-
XYZ12.476.71.02-
YUV55.13104.23194.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 83.62%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=83.62%
G=9.04%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148161300.890.910.421.3383.8531.57
Hex9410D0595B2A15420
Octal2242015013113352112440
Binary1001010010000110101011001101101110101011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94100D; }

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

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

<style>
 a { background-color: #94100D; }

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

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

<style>
 span { border-color: #94100D; }

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

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