Html Css Color HEX #DB521F Chilean Fire

📋 copy color: '#DB521F'

red 219 ◦ green 82 ◦ blue 31

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

Shades of Chilean Fire #DB521F

Tints of Chilean Fire #DB521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 65.96%
G = 24.7%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB521F (or 0xDB521F) is known color: Chilean Fire. HEX triplet: DB, 52 and 1F. RGB value is (219,82,31). Sum of RGB (Red+Green+Blue) = 219+82+31=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB521F is #24ADE0. Grayscale: #757575. Windows color (decimal): -2403809 or 2052827. OLE color: 2052827.

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

Color convert

RGB 219 82 31 -
CMYK 0 0.63 0.86 0.14
HSL 16.28º 0.75% 0.49% -
HSV(B) 16.28º 0.86% 0.86% -
XYZ 32.48 21.19 3.68 -
YUV 117.15 79.39 200.65 -
System Red Green Blue C M Y K H S L
Decimal 219 82 31 0 0.63 0.86 0.14 16.28 0.75 0.49
Hex DB 52 1F 0 3F 56 E 10 4B 31
Octal 333 122 37 0 77 126 16 20 113 61
Binary 11011011 1010010 11111 0 111111 1010110 1110 10000 1001011 110001

Color Harmonies of #DB521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB521F

Black with #DB521F

Text Example


Text Example

White with #DB521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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