Html Css Color HEX #DB501F Chilean Fire

📋 copy color: '#DB501F'

red 219 ◦ green 80 ◦ blue 31

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

Shades of Chilean Fire #DB501F

Tints of Chilean Fire #DB501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.39%

R = 66.36%
G = 24.24%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB501F (or 0xDB501F) is known color: Chilean Fire. HEX triplet: DB, 50 and 1F. RGB value is (219,80,31). Sum of RGB (Red+Green+Blue) = 219+80+31=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB501F is #24AFE0. Grayscale: #747474. Windows color (decimal): -2404321 or 2052315. OLE color: 2052315.

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

Color convert

RGB 219 80 31 -
CMYK 0 0.63 0.86 0.14
HSL 15.64º 0.75% 0.49% -
HSV(B) 15.64º 0.86% 0.86% -
XYZ 32.33 20.9 3.63 -
YUV 115.98 80.05 201.48 -
System Red Green Blue C M Y K H S L
Decimal 219 80 31 0 0.63 0.86 0.14 15.64 0.75 0.49
Hex DB 50 1F 0 3F 56 E 10 4B 31
Octal 333 120 37 0 77 126 16 20 113 61
Binary 11011011 1010000 11111 0 111111 1010110 1110 10000 1001011 110001

Color Harmonies of #DB501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB501F

Black with #DB501F

Text Example


Text Example

White with #DB501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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