Shades of Chilean Fire #D25A2C
Tints of Chilean Fire #D25A2C
RGB
CMYK
RGB Variations
Color information
#D25A2C (or 0xD25A2C) is known color: Chilean Fire. HEX triplet: D2, 5A and 2C. RGB value is (210,90,44). Sum of RGB (Red+Green+Blue) = 210+90+44=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A2C is #2DA5D3. Grayscale: #787878. Windows color (decimal): -2991572 or 2906834. OLE color: 2906834.
HSL color Cylindrical-coordinate representation of color #D25A2C: hue angle of 16.63º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D25A2C is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 44 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.18 |
| HSL | 16.63º | 0.65% | 0.5% | - |
| HSV(B) | 16.63º | 0.79% | 0.82% | - |
| XYZ | 30.69 | 21.2 | 4.86 | - |
| YUV | 120.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 44 | 0 | 0.57 | 0.79 | 0.18 | 16.63 | 0.65 | 0.5 |
| Hex | D2 | 5A | 2C | 0 | 39 | 4F | 12 | 11 | 41 | 32 |
| Octal | 322 | 132 | 54 | 0 | 71 | 117 | 22 | 21 | 101 | 62 |
| Binary | 11010010 | 1011010 | 101100 | 0 | 111001 | 1001111 | 10010 | 10001 | 1000001 | 110010 |
Color Harmonies of #D25A2C
Complementary color
Monochromatic Colors of #D25A2C
Black with #D25A2C
Text Example
Text Example
White with #D25A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A2C; }
p { color: rgb(210,90,44); }
H1.HeaderClassName
{
color: #D25A2C;
}
.AnyTagClassName
{
color: #D25A2C;
}
</style>
background-color css
<style>
a { background-color: #D25A2C; }
a { background-color: rgb(210,90,44); }
div.DivClassName
{
background-color: #D25A2C;
}
.BgClassName
{
background-color: #D25A2C;
}
</style>
border-color css
<style>
span { border-color: #D25A2C; }
span { border-color: rgb(210,90,44); }
td.TdClassName
{
border-color: #D25A2C;
}
.TagClassName
{
border-color: #D25A2C;
}
</style>