Html Css Color HEX #DB5E36 Chilean Fire

📋 copy color: '#DB5E36'

red 219 ◦ green 94 ◦ blue 54

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

Shades of Chilean Fire #DB5E36

Tints of Chilean Fire #DB5E36

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

 BLUE value IS 54 (21.48% from 255) = 14.71%

R = 59.67%
G = 25.61%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB5E36 (or 0xDB5E36) is known color: Chilean Fire. HEX triplet: DB, 5E and 36. RGB value is (219,94,54). Sum of RGB (Red+Green+Blue) = 219+94+54=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E36 is #24A1C9. Grayscale: #7F7F7F. Windows color (decimal): -2400714 or 3563227. OLE color: 3563227.

HSL color Cylindrical-coordinate representation of color #DB5E36: hue angle of 14.55º degrees, saturation: 0.7, 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 #DB5E36 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 94 54 -
CMYK 0 0.57 0.75 0.14
HSL 14.55º 0.7% 0.54% -
HSV(B) 14.55º 0.75% 0.86% -
XYZ 33.88 23.33 6.21 -
YUV 126.82 86.91 193.75 -
System Red Green Blue C M Y K H S L
Decimal 219 94 54 0 0.57 0.75 0.14 14.55 0.7 0.54
Hex DB 5E 36 0 39 4B E F 46 36
Octal 333 136 66 0 71 113 16 17 106 66
Binary 11011011 1011110 110110 0 111001 1001011 1110 1111 1000110 110110

Color Harmonies of #DB5E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E36

Black with #DB5E36

Text Example


Text Example

White with #DB5E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5E36; }

 p { color: rgb(219,94,54); }

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

background-color css

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

 a { background-color: rgb(219,94,54); }

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

border-color css

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

 span { border-color: rgb(219,94,54); }

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