Html Css Color HEX #DB5D31 Chilean Fire

📋 copy color: '#DB5D31'

red 219 ◦ green 93 ◦ blue 49

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

Shades of Chilean Fire #DB5D31

Tints of Chilean Fire #DB5D31

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 60.66%
G = 25.76%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB5D31 (or 0xDB5D31) is known color: Chilean Fire. HEX triplet: DB, 5D and 31. RGB value is (219,93,49). Sum of RGB (Red+Green+Blue) = 219+93+49=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D31 is #24A2CE. Grayscale: #7D7D7D. Windows color (decimal): -2400975 or 3235291. OLE color: 3235291.

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

Color convert

RGB 219 93 49 -
CMYK 0 0.58 0.78 0.14
HSL 15.53º 0.7% 0.53% -
HSV(B) 15.53º 0.78% 0.86% -
XYZ 33.68 23.11 5.59 -
YUV 125.66 84.74 194.58 -
System Red Green Blue C M Y K H S L
Decimal 219 93 49 0 0.58 0.78 0.14 15.53 0.7 0.53
Hex DB 5D 31 0 3A 4E E 10 46 35
Octal 333 135 61 0 72 116 16 20 106 65
Binary 11011011 1011101 110001 0 111010 1001110 1110 10000 1000110 110101

Color Harmonies of #DB5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D31

Black with #DB5D31

Text Example


Text Example

White with #DB5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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