#DD4545

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

Shades of Cinnabar #DD4545

Tints of Cinnabar #DD4545

Color information

#DD4545 (or 0xDD4545) is unknown color: approx Cinnabar. HEX triplet: DD, 45 and 45. RGB value is (221,69,69). Sum of RGB (Red+Green+Blue) = 221+69+69=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4545 is #22BABA. Grayscale: #727272. Windows color (decimal): -2276027 or 4539869. OLE color: 4539869.

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

Color convert

RGB2216969-
CMYK00.690.690.13
HSL69.09%56.86%-
HSV(B)68.78%86.67%-
XYZ33.0220.067.76-
YUV114.45102.36204-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.56%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 69 (27.34% from 255) = 19.22%
R=61.56%
G=19.22%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221696900.690.690.13069.0956.86
HexDD454504545D04539
Octal335105105010510515010571
Binary1101110110001011000101010001011000101110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4545; }

 p { color: rgb(221,69,69); }

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

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

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

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

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

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

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