Shades of Chilean Fire #D25429
Tints of Chilean Fire #D25429
RGB
CMYK
RGB Variations
Color information
#D25429 (or 0xD25429) is known color: Chilean Fire. HEX triplet: D2, 54 and 29. RGB value is (210,84,41). Sum of RGB (Red+Green+Blue) = 210+84+41=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D25429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25429 is #2DABD6. Grayscale: #757575. Windows color (decimal): -2993111 or 2708690. OLE color: 2708690.
HSL color Cylindrical-coordinate representation of color #D25429: hue angle of 15.27º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D25429 is Cyan = 0, Magento = 0.6, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 41 | - |
| CMYK | 0 | 0.6 | 0.80 | 0.18 |
| HSL | 15.27º | 0.67% | 0.49% | - |
| HSV(B) | 15.27º | 0.8% | 0.82% | - |
| XYZ | 30.15 | 20.2 | 4.41 | - |
| YUV | 116.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 41 | 0 | 0.6 | 0.80 | 0.18 | 15.27 | 0.67 | 0.49 |
| Hex | D2 | 54 | 29 | 0 | 3C | 50 | 12 | F | 43 | 31 |
| Octal | 322 | 124 | 51 | 0 | 74 | 120 | 22 | 17 | 103 | 61 |
| Binary | 11010010 | 1010100 | 101001 | 0 | 111100 | 1010000 | 10010 | 1111 | 1000011 | 110001 |
Color Harmonies of #D25429
Complementary color
Monochromatic Colors of #D25429
Black with #D25429
Text Example
Text Example
White with #D25429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25429; }
p { color: rgb(210,84,41); }
H1.HeaderClassName
{
color: #D25429;
}
.AnyTagClassName
{
color: #D25429;
}
</style>
background-color css
<style>
a { background-color: #D25429; }
a { background-color: rgb(210,84,41); }
div.DivClassName
{
background-color: #D25429;
}
.BgClassName
{
background-color: #D25429;
}
</style>
border-color css
<style>
span { border-color: #D25429; }
span { border-color: rgb(210,84,41); }
td.TdClassName
{
border-color: #D25429;
}
.TagClassName
{
border-color: #D25429;
}
</style>