#DB5538

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

Shades of Chilean Fire #DB5538

Tints of Chilean Fire #DB5538

Color information

#DB5538 (or 0xDB5538) is unknown color: approx Chilean Fire. HEX triplet: DB, 55 and 38. RGB value is (219,85,56). Sum of RGB (Red+Green+Blue) = 219+85+56=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5538 is #24AAC7. Grayscale: #7A7A7A. Windows color (decimal): -2403016 or 3691995. OLE color: 3691995.

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

Color convert

RGB2198556-
CMYK00.610.740.14
HSL10.67º69.36%53.92%-
HSV(B)10.67º74.43%85.88%-
XYZ33.1821.846.21-
YUV121.7690.89197.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 60.83%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=60.83%
G=23.61%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219855600.610.740.1410.6769.3653.92
HexDB553803D4AEb4536
Octal33312570075112161310566
Binary11011011101010111100001111011001010111010111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5538; }

 p { color: rgb(219,85,56); }

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

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

 a { background-color: rgb(219,85,56); }

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

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

 span { border-color: rgb(219,85,56); }

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