Html Css Color HEX #DB5229 Chilean Fire

📋 copy color: '#DB5229'

red 219 ◦ green 82 ◦ blue 41

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

Shades of Chilean Fire #DB5229

Tints of Chilean Fire #DB5229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

 BLUE value IS 41 (16.41% from 255) = 11.99%

R = 64.04%
G = 23.98%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB5229 (or 0xDB5229) is known color: Chilean Fire. HEX triplet: DB, 52 and 29. RGB value is (219,82,41). Sum of RGB (Red+Green+Blue) = 219+82+41=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5229 is #24ADD6. Grayscale: #767676. Windows color (decimal): -2403799 or 2708187. OLE color: 2708187.

HSL color Cylindrical-coordinate representation of color #DB5229: hue angle of 13.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB5229 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 41 -
CMYK 0 0.63 0.81 0.14
HSL 13.82º 0.71% 0.51% -
HSV(B) 13.82º 0.81% 0.86% -
XYZ 32.63 21.25 4.48 -
YUV 118.29 84.39 199.83 -
System Red Green Blue C M Y K H S L
Decimal 219 82 41 0 0.63 0.81 0.14 13.82 0.71 0.51
Hex DB 52 29 0 3F 51 E E 47 33
Octal 333 122 51 0 77 121 16 16 107 63
Binary 11011011 1010010 101001 0 111111 1010001 1110 1110 1000111 110011

Color Harmonies of #DB5229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5229

Black with #DB5229

Text Example


Text Example

White with #DB5229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5229; }

 p { color: rgb(219,82,41); }

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

background-color css

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

 a { background-color: rgb(219,82,41); }

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

border-color css

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

 span { border-color: rgb(219,82,41); }

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