#D94A3A

Color #D94A3A Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #D94A3A

Tints of Cinnabar #D94A3A

Color information

#D94A3A (or 0xD94A3A) is unknown color: approx Cinnabar. HEX triplet: D9, 4A and 3A. RGB value is (217,74,58). Sum of RGB (Red+Green+Blue) = 217+74+58=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A3A is #26B5C5. Grayscale: #737373. Windows color (decimal): -2536902 or 3820249. OLE color: 3820249.

HSL color Cylindrical-coordinate representation of color #D94A3A: hue angle of 6.04º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D94A3A is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB2177458-
CMYK00.660.730.15
HSL6.04º67.66%53.92%-
HSV(B)6.04º73.27%85.1%-
XYZ31.8319.956.18-
YUV114.9395.88200.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.18%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 58 (23.05% from 255) = 16.62%
R=62.18%
G=21.20%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217745800.660.730.156.0467.6653.92
HexD94A3A04249F64436
Octal33111272010211117610466
Binary11011001100101011101001000010100100111111101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A3A; }

 p { color: rgb(217,74,58); }

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

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

 a { background-color: rgb(217,74,58); }

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

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

 span { border-color: rgb(217,74,58); }

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