Html Css Color HEX #DB5625 Chilean Fire

📋 copy color: '#DB5625'

red 219 ◦ green 86 ◦ blue 37

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

Shades of Chilean Fire #DB5625

Tints of Chilean Fire #DB5625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.82%

R = 64.04%
G = 25.15%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB5625 (or 0xDB5625) is known color: Chilean Fire. HEX triplet: DB, 56 and 25. RGB value is (219,86,37). Sum of RGB (Red+Green+Blue) = 219+86+37=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5625 is #24A9DA. Grayscale: #787878. Windows color (decimal): -2402779 or 2447067. OLE color: 2447067.

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

Color convert

RGB 219 86 37 -
CMYK 0 0.61 0.83 0.14
HSL 16.15º 0.72% 0.5% -
HSV(B) 16.15º 0.83% 0.86% -
XYZ 32.88 21.85 4.23 -
YUV 120.18 81.06 198.48 -
System Red Green Blue C M Y K H S L
Decimal 219 86 37 0 0.61 0.83 0.14 16.15 0.72 0.5
Hex DB 56 25 0 3D 53 E 10 48 32
Octal 333 126 45 0 75 123 16 20 110 62
Binary 11011011 1010110 100101 0 111101 1010011 1110 10000 1001000 110010

Color Harmonies of #DB5625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5625

Black with #DB5625

Text Example


Text Example

White with #DB5625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5625; }

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

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

background-color css

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

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

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

border-color css

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

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

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