Html Css Color HEX #DB5F31 Chilean Fire

📋 copy color: '#DB5F31'

red 219 ◦ green 95 ◦ blue 49

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

Shades of Chilean Fire #DB5F31

Tints of Chilean Fire #DB5F31

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

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

R = 60.33%
G = 26.17%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB5F31 (or 0xDB5F31) is known color: Chilean Fire. HEX triplet: DB, 5F and 31. RGB value is (219,95,49). Sum of RGB (Red+Green+Blue) = 219+95+49=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F31 is #24A0CE. Grayscale: #7F7F7F. Windows color (decimal): -2400463 or 3235803. OLE color: 3235803.

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

Color convert

RGB 219 95 49 -
CMYK 0 0.57 0.78 0.14
HSL 16.24º 0.7% 0.53% -
HSV(B) 16.24º 0.78% 0.86% -
XYZ 33.86 23.47 5.65 -
YUV 126.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 219 95 49 0 0.57 0.78 0.14 16.24 0.7 0.53
Hex DB 5F 31 0 39 4E E 10 46 35
Octal 333 137 61 0 71 116 16 20 106 65
Binary 11011011 1011111 110001 0 111001 1001110 1110 10000 1000110 110101

Color Harmonies of #DB5F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F31

Black with #DB5F31

Text Example


Text Example

White with #DB5F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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