#DF513B

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

Shades of Cinnabar #DF513B

Tints of Cinnabar #DF513B

Color information

#DF513B (or 0xDF513B) is unknown color: approx Cinnabar. HEX triplet: DF, 51 and 3B. RGB value is (223,81,59). Sum of RGB (Red+Green+Blue) = 223+81+59=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF513B is #20AEC4. Grayscale: #797979. Windows color (decimal): -2141893 or 3887583. OLE color: 3887583.

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

Color convert

RGB2238159-
CMYK00.640.740.13
HSL8.05º71.93%55.29%-
HSV(B)8.05º73.54%87.45%-
XYZ34.1621.896.56-
YUV120.9593.04200.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 61.43%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 59 (23.44% from 255) = 16.25%
R=61.43%
G=22.31%
B=16.25%

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
Decimal223815900.640.740.138.0571.9355.29
HexDF513B0404AD84837
Octal337121730100112151011067
Binary110111111010001111011010000001001010110110001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF513B; }

 p { color: rgb(223,81,59); }

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

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

 a { background-color: rgb(223,81,59); }

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

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

 span { border-color: rgb(223,81,59); }

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