Html Css Color HEX #DB5321 Chilean Fire

📋 copy color: '#DB5321'

red 219 ◦ green 83 ◦ blue 33

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

Shades of Chilean Fire #DB5321

Tints of Chilean Fire #DB5321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 65.37%
G = 24.78%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB5321 (or 0xDB5321) is known color: Chilean Fire. HEX triplet: DB, 53 and 21. RGB value is (219,83,33). Sum of RGB (Red+Green+Blue) = 219+83+33=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5321 is #24ACDE. Grayscale: #767676. Windows color (decimal): -2403551 or 2184155. OLE color: 2184155.

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

Color convert

RGB 219 83 33 -
CMYK 0 0.62 0.85 0.14
HSL 16.13º 0.74% 0.49% -
HSV(B) 16.13º 0.85% 0.86% -
XYZ 32.58 21.36 3.84 -
YUV 117.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 219 83 33 0 0.62 0.85 0.14 16.13 0.74 0.49
Hex DB 53 21 0 3E 55 E 10 4A 31
Octal 333 123 41 0 76 125 16 20 112 61
Binary 11011011 1010011 100001 0 111110 1010101 1110 10000 1001010 110001

Color Harmonies of #DB5321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5321

Black with #DB5321

Text Example


Text Example

White with #DB5321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5321; }

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

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

background-color css

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

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

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

border-color css

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

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

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