Html Css Color HEX #DB521E Chilean Fire

📋 copy color: '#DB521E'

red 219 ◦ green 82 ◦ blue 30

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

Shades of Chilean Fire #DB521E

Tints of Chilean Fire #DB521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 66.16%
G = 24.77%
B = 9.06%

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

#DB521E (or 0xDB521E) is known color: Chilean Fire. HEX triplet: DB, 52 and 1E. RGB value is (219,82,30). Sum of RGB (Red+Green+Blue) = 219+82+30=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB521E is #24ADE1. Grayscale: #757575. Windows color (decimal): -2403810 or 1987291. OLE color: 1987291.

HSL color Cylindrical-coordinate representation of color #DB521E: hue angle of 16.51º degrees, saturation: 0.76, 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 #DB521E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 30 -
CMYK 0 0.63 0.86 0.14
HSL 16.51º 0.76% 0.49% -
HSV(B) 16.51º 0.86% 0.86% -
XYZ 32.47 21.19 3.61 -
YUV 117.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 219 82 30 0 0.63 0.86 0.14 16.51 0.76 0.49
Hex DB 52 1E 0 3F 56 E 11 4C 31
Octal 333 122 36 0 77 126 16 21 114 61
Binary 11011011 1010010 11110 0 111111 1010110 1110 10001 1001100 110001

Color Harmonies of #DB521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB521E

Black with #DB521E

Text Example


Text Example

White with #DB521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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