Html Css Color HEX #DB5331 Chilean Fire

📋 copy color: '#DB5331'

red 219 ◦ green 83 ◦ blue 49

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

Shades of Chilean Fire #DB5331

Tints of Chilean Fire #DB5331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.96%

R = 62.39%
G = 23.65%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB5331 (or 0xDB5331) is known color: Chilean Fire. HEX triplet: DB, 53 and 31. RGB value is (219,83,49). Sum of RGB (Red+Green+Blue) = 219+83+49=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5331 is #24ACCE. Grayscale: #787878. Windows color (decimal): -2403535 or 3232731. OLE color: 3232731.

HSL color Cylindrical-coordinate representation of color #DB5331: hue angle of 12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB5331 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 83 49 -
CMYK 0 0.62 0.78 0.14
HSL 12º 0.7% 0.53% -
HSV(B) 12º 0.78% 0.86% -
XYZ 32.86 21.47 5.32 -
YUV 119.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 219 83 49 0 0.62 0.78 0.14 12 0.7 0.53
Hex DB 53 31 0 3E 4E E C 46 35
Octal 333 123 61 0 76 116 16 14 106 65
Binary 11011011 1010011 110001 0 111110 1001110 1110 1100 1000110 110101

Color Harmonies of #DB5331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5331

Black with #DB5331

Text Example


Text Example

White with #DB5331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5331; }

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

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

background-color css

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

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

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

border-color css

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

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

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