Html Css Color HEX #DB5636 Chilean Fire

📋 copy color: '#DB5636'

red 219 ◦ green 86 ◦ blue 54

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

Shades of Chilean Fire #DB5636

Tints of Chilean Fire #DB5636

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

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

R = 61%
G = 23.96%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB5636 (or 0xDB5636) is known color: Chilean Fire. HEX triplet: DB, 56 and 36. RGB value is (219,86,54). Sum of RGB (Red+Green+Blue) = 219+86+54=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5636 is #24A9C9. Grayscale: #7A7A7A. Windows color (decimal): -2402762 or 3561179. OLE color: 3561179.

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

Color convert

RGB 219 86 54 -
CMYK 0 0.61 0.75 0.14
HSL 11.64º 0.7% 0.54% -
HSV(B) 11.64º 0.75% 0.86% -
XYZ 33.21 21.98 5.98 -
YUV 122.12 89.56 197.1 -
System Red Green Blue C M Y K H S L
Decimal 219 86 54 0 0.61 0.75 0.14 11.64 0.7 0.54
Hex DB 56 36 0 3D 4B E C 46 36
Octal 333 126 66 0 75 113 16 14 106 66
Binary 11011011 1010110 110110 0 111101 1001011 1110 1100 1000110 110110

Color Harmonies of #DB5636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5636

Black with #DB5636

Text Example


Text Example

White with #DB5636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5636; }

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

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

background-color css

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

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

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

border-color css

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

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

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