#DB5D27

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

Shades of Chilean Fire #DB5D27

Tints of Chilean Fire #DB5D27

Color information

#DB5D27 (or 0xDB5D27) is unknown color: approx Chilean Fire. HEX triplet: DB, 5D and 27. RGB value is (219,93,39). Sum of RGB (Red+Green+Blue) = 219+93+39=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D27 is #24A2D8. Grayscale: #7C7C7C. Windows color (decimal): -2400985 or 2579931. OLE color: 2579931.

HSL color Cylindrical-coordinate representation of color #DB5D27: hue angle of 18º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB5D27 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB2199339-
CMYK00.580.820.14
HSL18º71.43%50.59%-
HSV(B)18º82.19%85.88%-
XYZ33.4923.044.6-
YUV124.5279.74195.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.39%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 39 (15.62% from 255) = 11.11%
R=62.39%
G=26.50%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219933900.580.820.141871.4350.59
HexDB5D2703A52E124733
Octal33313547072122162210763
Binary110110111011101100111011101010100101110100101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5D27; }

 p { color: rgb(219,93,39); }

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

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

 a { background-color: rgb(219,93,39); }

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

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

 span { border-color: rgb(219,93,39); }

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