Html Css Color HEX #DB501D Chilean Fire

📋 copy color: '#DB501D'

red 219 ◦ green 80 ◦ blue 29

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

Shades of Chilean Fire #DB501D

Tints of Chilean Fire #DB501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.84%

R = 66.77%
G = 24.39%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB501D (or 0xDB501D) is known color: Chilean Fire. HEX triplet: DB, 50 and 1D. RGB value is (219,80,29). Sum of RGB (Red+Green+Blue) = 219+80+29=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB501D is #24AFE2. Grayscale: #747474. Windows color (decimal): -2404323 or 1921243. OLE color: 1921243.

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

Color convert

RGB 219 80 29 -
CMYK 0 0.63 0.87 0.14
HSL 16.11º 0.77% 0.49% -
HSV(B) 16.11º 0.87% 0.86% -
XYZ 32.3 20.89 3.49 -
YUV 115.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 219 80 29 0 0.63 0.87 0.14 16.11 0.77 0.49
Hex DB 50 1D 0 3F 57 E 10 4D 31
Octal 333 120 35 0 77 127 16 20 115 61
Binary 11011011 1010000 11101 0 111111 1010111 1110 10000 1001101 110001

Color Harmonies of #DB501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB501D

Black with #DB501D

Text Example


Text Example

White with #DB501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB501D; }

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

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

background-color css

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

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

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

border-color css

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

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

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