Html Css Color HEX #DB5825 Chilean Fire

📋 copy color: '#DB5825'

red 219 ◦ green 88 ◦ blue 37

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

Shades of Chilean Fire #DB5825

Tints of Chilean Fire #DB5825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.58%

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

R = 63.66%
G = 25.58%
B = 10.76%

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

#DB5825 (or 0xDB5825) is known color: Chilean Fire. HEX triplet: DB, 58 and 25. RGB value is (219,88,37). Sum of RGB (Red+Green+Blue) = 219+88+37=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5825 is #24A7DA. Grayscale: #797979. Windows color (decimal): -2402267 or 2447579. OLE color: 2447579.

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

Color convert

RGB 219 88 37 -
CMYK 0 0.60 0.83 0.14
HSL 16.81º 0.72% 0.5% -
HSV(B) 16.81º 0.83% 0.86% -
XYZ 33.04 22.17 4.29 -
YUV 121.36 80.4 197.65 -
System Red Green Blue C M Y K H S L
Decimal 219 88 37 0 0.60 0.83 0.14 16.81 0.72 0.5
Hex DB 58 25 0 3C 53 E 11 48 32
Octal 333 130 45 0 74 123 16 21 110 62
Binary 11011011 1011000 100101 0 111100 1010011 1110 10001 1001000 110010

Color Harmonies of #DB5825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5825

Black with #DB5825

Text Example


Text Example

White with #DB5825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5825; }

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

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

background-color css

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

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

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

border-color css

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

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

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