#DD4C30

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

Shades of Cinnabar #DD4C30

Tints of Cinnabar #DD4C30

Color information

#DD4C30 (or 0xDD4C30) is unknown color: approx Cinnabar. HEX triplet: DD, 4C and 30. RGB value is (221,76,48). Sum of RGB (Red+Green+Blue) = 221+76+48=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C30 is #22B3CF. Grayscale: #747474. Windows color (decimal): -2274256 or 3165405. OLE color: 3165405.

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

Color convert

RGB2217648-
CMYK00.660.780.13
HSL9.71º71.78%52.75%-
HSV(B)9.71º78.28%86.67%-
XYZ32.9420.755.07-
YUV116.1689.54202.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.06%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 48 (19.14% from 255) = 13.91%
R=64.06%
G=22.03%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221764800.660.780.139.7171.7852.75
HexDD4C300424EDa4835
Octal335114600102116151211065
Binary110111011001100110000010000101001110110110101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4C30; }

 p { color: rgb(221,76,48); }

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

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

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

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

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

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

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