#DF3526

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

Shades of Cinnabar #DF3526

Tints of Cinnabar #DF3526

Color information

#DF3526 (or 0xDF3526) is unknown color: approx Cinnabar. HEX triplet: DF, 35 and 26. RGB value is (223,53,38). Sum of RGB (Red+Green+Blue) = 223+53+38=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3526 is #20CAD9. Grayscale: #666666. Windows color (decimal): -2149082 or 2504159. OLE color: 2504159.

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

Color convert

RGB2235338-
CMYK00.760.830.13
HSL4.86º74.3%51.18%-
HSV(B)4.86º82.96%87.45%-
XYZ32.0518.373.69-
YUV102.1291.82214.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 71.02%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=71.02%
G=16.88%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223533800.760.830.134.8674.351.18
HexDF352604C53D54a33
Octal3376546011412315511263
Binary1101111111010110011001001100101001111011011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3526; }

 p { color: rgb(223,53,38); }

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

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

 a { background-color: rgb(223,53,38); }

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

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

 span { border-color: rgb(223,53,38); }

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