#DD503A

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

Shades of Cinnabar #DD503A

Tints of Cinnabar #DD503A

Color information

#DD503A (or 0xDD503A) is unknown color: approx Cinnabar. HEX triplet: DD, 50 and 3A. RGB value is (221,80,58). Sum of RGB (Red+Green+Blue) = 221+80+58=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD503A is #22AFC5. Grayscale: #777777. Windows color (decimal): -2273222 or 3821789. OLE color: 3821789.

HSL color Cylindrical-coordinate representation of color #DD503A: hue angle of 8.1º 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 #DD503A is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2218058-
CMYK00.640.740.13
HSL8.1º70.56%54.71%-
HSV(B)8.1º73.76%86.67%-
XYZ33.4521.416.37-
YUV119.6593.21200.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.56%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 58 (23.05% from 255) = 16.16%
R=61.56%
G=22.28%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221805800.640.740.138.170.5654.71
HexDD503A0404AD84737
Octal335120720100112151010767
Binary110111011010000111010010000001001010110110001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD503A; }

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

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

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

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

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

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

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

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