Html Css Color HEX #DB6036 Chilean Fire

📋 copy color: '#DB6036'

red 219 ◦ green 96 ◦ blue 54

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

Shades of Chilean Fire #DB6036

Tints of Chilean Fire #DB6036

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

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

R = 59.35%
G = 26.02%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB6036 (or 0xDB6036) is known color: Chilean Fire. HEX triplet: DB, 60 and 36. RGB value is (219,96,54). Sum of RGB (Red+Green+Blue) = 219+96+54=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6036 is #249FC9. Grayscale: #808080. Windows color (decimal): -2400202 or 3563739. OLE color: 3563739.

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

Color convert

RGB 219 96 54 -
CMYK 0 0.56 0.75 0.14
HSL 15.27º 0.7% 0.54% -
HSV(B) 15.27º 0.75% 0.86% -
XYZ 34.06 23.69 6.27 -
YUV 127.99 86.25 192.92 -
System Red Green Blue C M Y K H S L
Decimal 219 96 54 0 0.56 0.75 0.14 15.27 0.7 0.54
Hex DB 60 36 0 38 4B E F 46 36
Octal 333 140 66 0 70 113 16 17 106 66
Binary 11011011 1100000 110110 0 111000 1001011 1110 1111 1000110 110110

Color Harmonies of #DB6036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6036

Black with #DB6036

Text Example


Text Example

White with #DB6036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6036; }

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

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

background-color css

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

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

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

border-color css

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

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

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