#DD5034

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

Shades of Cinnabar #DD5034

Tints of Cinnabar #DD5034

Color information

#DD5034 (or 0xDD5034) is unknown color: approx Cinnabar. HEX triplet: DD, 50 and 34. RGB value is (221,80,52). Sum of RGB (Red+Green+Blue) = 221+80+52=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5034 is #22AFCB. Grayscale: #777777. Windows color (decimal): -2273228 or 3428573. OLE color: 3428573.

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

Color convert

RGB2218052-
CMYK00.640.760.13
HSL9.94º71.31%53.53%-
HSV(B)9.94º76.47%86.67%-
XYZ33.3121.365.62-
YUV118.9790.21200.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.61%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 52 (20.70% from 255) = 14.73%
R=62.61%
G=22.66%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221805200.640.760.139.9471.3153.53
HexDD50340404CDa4736
Octal335120640100114151210766
Binary110111011010000110100010000001001100110110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5034; }

 p { color: rgb(221,80,52); }

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

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

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

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

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

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

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