Shades of Chilean Fire #DA501D
Tints of Chilean Fire #DA501D
RGB
CMYK
RGB Variations
Color information
#DA501D (or 0xDA501D) is known color: Chilean Fire. HEX triplet: DA, 50 and 1D. RGB value is (218,80,29). Sum of RGB (Red+Green+Blue) = 218+80+29=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA501D is #25AFE2. Grayscale: #737373. Windows color (decimal): -2469859 or 1921242. OLE color: 1921242.
HSL color Cylindrical-coordinate representation of color #DA501D: hue angle of 16.19º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA501D is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 29 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.15 |
| HSL | 16.19º | 0.77% | 0.48% | - |
| HSV(B) | 16.19º | 0.87% | 0.85% | - |
| XYZ | 32 | 20.73 | 3.48 | - |
| YUV | 115.45 | 79.22 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 29 | 0 | 0.63 | 0.87 | 0.15 | 16.19 | 0.77 | 0.48 |
| Hex | DA | 50 | 1D | 0 | 3F | 57 | F | 10 | 4D | 30 |
| Octal | 332 | 120 | 35 | 0 | 77 | 127 | 17 | 20 | 115 | 60 |
| Binary | 11011010 | 1010000 | 11101 | 0 | 111111 | 1010111 | 1111 | 10000 | 1001101 | 110000 |
Color Harmonies of #DA501D
Complementary color
Monochromatic Colors of #DA501D
Black with #DA501D
Text Example
Text Example
White with #DA501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA501D; }
p { color: rgb(218,80,29); }
H1.HeaderClassName
{
color: #DA501D;
}
.AnyTagClassName
{
color: #DA501D;
}
</style>
background-color css
<style>
a { background-color: #DA501D; }
a { background-color: rgb(218,80,29); }
div.DivClassName
{
background-color: #DA501D;
}
.BgClassName
{
background-color: #DA501D;
}
</style>
border-color css
<style>
span { border-color: #DA501D; }
span { border-color: rgb(218,80,29); }
td.TdClassName
{
border-color: #DA501D;
}
.TagClassName
{
border-color: #DA501D;
}
</style>