Html Css Color HEX #DB5021 Chilean Fire

📋 copy color: '#DB5021'

red 219 ◦ green 80 ◦ blue 33

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

Shades of Chilean Fire #DB5021

Tints of Chilean Fire #DB5021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 33 (13.28% from 255) = 9.94%

R = 65.96%
G = 24.1%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB5021 (or 0xDB5021) is known color: Chilean Fire. HEX triplet: DB, 50 and 21. RGB value is (219,80,33). Sum of RGB (Red+Green+Blue) = 219+80+33=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5021 is #24AFDE. Grayscale: #747474. Windows color (decimal): -2404319 or 2183387. OLE color: 2183387.

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

Color convert

RGB 219 80 33 -
CMYK 0 0.63 0.85 0.14
HSL 15.16º 0.74% 0.49% -
HSV(B) 15.16º 0.85% 0.86% -
XYZ 32.36 20.91 3.77 -
YUV 116.2 81.05 201.32 -
System Red Green Blue C M Y K H S L
Decimal 219 80 33 0 0.63 0.85 0.14 15.16 0.74 0.49
Hex DB 50 21 0 3F 55 E F 4A 31
Octal 333 120 41 0 77 125 16 17 112 61
Binary 11011011 1010000 100001 0 111111 1010101 1110 1111 1001010 110001

Color Harmonies of #DB5021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5021

Black with #DB5021

Text Example


Text Example

White with #DB5021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5021; }

 p { color: rgb(219,80,33); }

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

background-color css

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

 a { background-color: rgb(219,80,33); }

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

border-color css

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

 span { border-color: rgb(219,80,33); }

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