Shades of Chilean Fire #D25328
Tints of Chilean Fire #D25328
RGB
CMYK
RGB Variations
Color information
#D25328 (or 0xD25328) is known color: Chilean Fire. HEX triplet: D2, 53 and 28. RGB value is (210,83,40). Sum of RGB (Red+Green+Blue) = 210+83+40=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D25328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25328 is #2DACD7. Grayscale: #747474. Windows color (decimal): -2993368 or 2642898. OLE color: 2642898.
HSL color Cylindrical-coordinate representation of color #D25328: hue angle of 15.18º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D25328 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 40 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.18 |
| HSL | 15.18º | 0.68% | 0.49% | - |
| HSV(B) | 15.18º | 0.81% | 0.82% | - |
| XYZ | 30.05 | 20.04 | 4.29 | - |
| YUV | 116.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 40 | 0 | 0.60 | 0.81 | 0.18 | 15.18 | 0.68 | 0.49 |
| Hex | D2 | 53 | 28 | 0 | 3C | 51 | 12 | F | 44 | 31 |
| Octal | 322 | 123 | 50 | 0 | 74 | 121 | 22 | 17 | 104 | 61 |
| Binary | 11010010 | 1010011 | 101000 | 0 | 111100 | 1010001 | 10010 | 1111 | 1000100 | 110001 |
Color Harmonies of #D25328
Complementary color
Monochromatic Colors of #D25328
Black with #D25328
Text Example
Text Example
White with #D25328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25328; }
p { color: rgb(210,83,40); }
H1.HeaderClassName
{
color: #D25328;
}
.AnyTagClassName
{
color: #D25328;
}
</style>
background-color css
<style>
a { background-color: #D25328; }
a { background-color: rgb(210,83,40); }
div.DivClassName
{
background-color: #D25328;
}
.BgClassName
{
background-color: #D25328;
}
</style>
border-color css
<style>
span { border-color: #D25328; }
span { border-color: rgb(210,83,40); }
td.TdClassName
{
border-color: #D25328;
}
.TagClassName
{
border-color: #D25328;
}
</style>