#DD473A

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

Shades of Cinnabar #DD473A

Tints of Cinnabar #DD473A

Color information

#DD473A (or 0xDD473A) is unknown color: approx Cinnabar. HEX triplet: DD, 47 and 3A. RGB value is (221,71,58). Sum of RGB (Red+Green+Blue) = 221+71+58=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD473A is #22B8C5. Grayscale: #727272. Windows color (decimal): -2275526 or 3819485. OLE color: 3819485.

HSL color Cylindrical-coordinate representation of color #DD473A: hue angle of 4.79º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD473A is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2217158-
CMYK00.680.740.13
HSL4.79º70.56%54.71%-
HSV(B)4.79º73.76%86.67%-
XYZ32.8420.186.17-
YUV114.3796.2204.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.14%
GREEN value IS 71 (28.12% from 255) = 20.29%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=63.14%
G=20.29%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221715800.680.740.134.7970.5654.71
HexDD473A0444AD54737
Octal33510772010411215510767
Binary11011101100011111101001000100100101011011011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD473A; }

 p { color: rgb(221,71,58); }

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

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

 a { background-color: rgb(221,71,58); }

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

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

 span { border-color: rgb(221,71,58); }

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