#DD482B

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

Shades of Cinnabar #DD482B

Tints of Cinnabar #DD482B

Color information

#DD482B (or 0xDD482B) is unknown color: approx Cinnabar. HEX triplet: DD, 48 and 2B. RGB value is (221,72,43). Sum of RGB (Red+Green+Blue) = 221+72+43=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD482B is #22B7D4. Grayscale: #717171. Windows color (decimal): -2275285 or 2836701. OLE color: 2836701.

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

Color convert

RGB2217243-
CMYK00.670.810.13
HSL9.78º72.36%51.76%-
HSV(B)9.78º80.54%86.67%-
XYZ32.5720.184.46-
YUV113.2488.36204.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.77%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 43 (17.19% from 255) = 12.80%
R=65.77%
G=21.43%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221724300.670.810.139.7872.3651.76
HexDD482B04351Da4834
Octal335110530103121151211064
Binary110111011001000101011010000111010001110110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD482B; }

 p { color: rgb(221,72,43); }

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

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

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

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

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

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

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