Html Css Color HEX #DB5526 Chilean Fire

📋 copy color: '#DB5526'

red 219 ◦ green 85 ◦ blue 38

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

Shades of Chilean Fire #DB5526

Tints of Chilean Fire #DB5526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 64.04%
G = 24.85%
B = 11.11%

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

#DB5526 (or 0xDB5526) is known color: Chilean Fire. HEX triplet: DB, 55 and 26. RGB value is (219,85,38). Sum of RGB (Red+Green+Blue) = 219+85+38=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5526 is #24AAD9. Grayscale: #787878. Windows color (decimal): -2403034 or 2512347. OLE color: 2512347.

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

Color convert

RGB 219 85 38 -
CMYK 0 0.61 0.83 0.14
HSL 15.58º 0.72% 0.5% -
HSV(B) 15.58º 0.83% 0.86% -
XYZ 32.81 21.7 4.29 -
YUV 119.71 81.89 198.82 -
System Red Green Blue C M Y K H S L
Decimal 219 85 38 0 0.61 0.83 0.14 15.58 0.72 0.5
Hex DB 55 26 0 3D 53 E 10 48 32
Octal 333 125 46 0 75 123 16 20 110 62
Binary 11011011 1010101 100110 0 111101 1010011 1110 10000 1001000 110010

Color Harmonies of #DB5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5526

Black with #DB5526

Text Example


Text Example

White with #DB5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5526; }

 p { color: rgb(219,85,38); }

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

background-color css

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

 a { background-color: rgb(219,85,38); }

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

border-color css

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

 span { border-color: rgb(219,85,38); }

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