#DB5237

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

Shades of Chilean Fire #DB5237

Tints of Chilean Fire #DB5237

Color information

#DB5237 (or 0xDB5237) is unknown color: approx Chilean Fire. HEX triplet: DB, 52 and 37. RGB value is (219,82,55). Sum of RGB (Red+Green+Blue) = 219+82+55=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5237 is #24ADC8. Grayscale: #787878. Windows color (decimal): -2403785 or 3625691. OLE color: 3625691.

HSL color Cylindrical-coordinate representation of color #DB5237: hue angle of 9.88º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB5237 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB2198255-
CMYK00.630.750.14
HSL9.88º69.49%53.73%-
HSV(B)9.88º74.89%85.88%-
XYZ32.9221.376-
YUV119.8891.39198.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 61.52%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 55 (21.88% from 255) = 15.45%
R=61.52%
G=23.03%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219825500.630.750.149.8869.4953.73
HexDB523703F4BEa4536
Octal33312267077113161210566
Binary11011011101001011011101111111001011111010101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5237; }

 p { color: rgb(219,82,55); }

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

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

 a { background-color: rgb(219,82,55); }

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

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

 span { border-color: rgb(219,82,55); }

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