Html Css Color HEX #DB5A24 Chilean Fire

📋 copy color: '#DB5A24'

red 219 ◦ green 90 ◦ blue 36

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

Shades of Chilean Fire #DB5A24

Tints of Chilean Fire #DB5A24

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

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

R = 63.48%
G = 26.09%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB5A24 (or 0xDB5A24) is known color: Chilean Fire. HEX triplet: DB, 5A and 24. RGB value is (219,90,36). Sum of RGB (Red+Green+Blue) = 219+90+36=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A24 is #24A5DB. Grayscale: #7A7A7A. Windows color (decimal): -2401756 or 2382555. OLE color: 2382555.

HSL color Cylindrical-coordinate representation of color #DB5A24: hue angle of 17.7º 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 #DB5A24 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 90 36 -
CMYK 0 0.59 0.84 0.14
HSL 17.7º 0.72% 0.5% -
HSV(B) 17.7º 0.84% 0.86% -
XYZ 33.19 22.5 4.26 -
YUV 122.42 79.24 196.89 -
System Red Green Blue C M Y K H S L
Decimal 219 90 36 0 0.59 0.84 0.14 17.7 0.72 0.5
Hex DB 5A 24 0 3B 54 E 12 48 32
Octal 333 132 44 0 73 124 16 22 110 62
Binary 11011011 1011010 100100 0 111011 1010100 1110 10010 1001000 110010

Color Harmonies of #DB5A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A24

Black with #DB5A24

Text Example


Text Example

White with #DB5A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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