Html Css Color HEX #DB5424 Chilean Fire

📋 copy color: '#DB5424'

red 219 ◦ green 84 ◦ blue 36

#DB5424
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #DB5424

Tints of Chilean Fire #DB5424

RGB

 RED value IS 219 (85.94% from 255) = 64.6%

 GREEN value IS 84 (33.2% from 255) = 24.78%

 BLUE value IS 36 (14.45% from 255) = 10.62%

R = 64.6%
G = 24.78%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB5424 (or 0xDB5424) is known color: Chilean Fire. HEX triplet: DB, 54 and 24. RGB value is (219,84,36). Sum of RGB (Red+Green+Blue) = 219+84+36=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5424 is #24ABDB. Grayscale: #777777. Windows color (decimal): -2403292 or 2381019. OLE color: 2381019.

HSL color Cylindrical-coordinate representation of color #DB5424: hue angle of 15.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB5424 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 84 36 -
CMYK 0 0.62 0.84 0.14
HSL 15.74º 0.72% 0.5% -
HSV(B) 15.74º 0.84% 0.86% -
XYZ 32.7 21.53 4.1 -
YUV 118.89 81.23 199.4 -
System Red Green Blue C M Y K H S L
Decimal 219 84 36 0 0.62 0.84 0.14 15.74 0.72 0.5
Hex DB 54 24 0 3E 54 E 10 48 32
Octal 333 124 44 0 76 124 16 20 110 62
Binary 11011011 1010100 100100 0 111110 1010100 1110 10000 1001000 110010

Color Harmonies of #DB5424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5424

Black with #DB5424

Text Example


Text Example

White with #DB5424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5424; }

 p { color: rgb(219,84,36); }

 H1.HeaderClassName
 {
   color: #DB5424;
 }
 .AnyTagClassName
 {
   color: #DB5424;
 }
</style>

background-color css

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

 a { background-color: rgb(219,84,36); }

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

border-color css

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

 span { border-color: rgb(219,84,36); }

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