Html Css Color HEX #DB5725 Chilean Fire

📋 copy color: '#DB5725'

red 219 ◦ green 87 ◦ blue 37

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

Shades of Chilean Fire #DB5725

Tints of Chilean Fire #DB5725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.36%

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

R = 63.85%
G = 25.36%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB5725 (or 0xDB5725) is known color: Chilean Fire. HEX triplet: DB, 57 and 25. RGB value is (219,87,37). Sum of RGB (Red+Green+Blue) = 219+87+37=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5725 is #24A8DA. Grayscale: #797979. Windows color (decimal): -2402523 or 2447323. OLE color: 2447323.

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

Color convert

RGB 219 87 37 -
CMYK 0 0.60 0.83 0.14
HSL 16.48º 0.72% 0.5% -
HSV(B) 16.48º 0.83% 0.86% -
XYZ 32.96 22.01 4.26 -
YUV 120.77 80.73 198.07 -
System Red Green Blue C M Y K H S L
Decimal 219 87 37 0 0.60 0.83 0.14 16.48 0.72 0.5
Hex DB 57 25 0 3C 53 E 10 48 32
Octal 333 127 45 0 74 123 16 20 110 62
Binary 11011011 1010111 100101 0 111100 1010011 1110 10000 1001000 110010

Color Harmonies of #DB5725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5725

Black with #DB5725

Text Example


Text Example

White with #DB5725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5725; }

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

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

background-color css

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

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

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

border-color css

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

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

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