Shades of Chilean Fire #D25C30
Tints of Chilean Fire #D25C30
RGB
CMYK
RGB Variations
Color information
#D25C30 (or 0xD25C30) is known color: Chilean Fire. HEX triplet: D2, 5C and 30. RGB value is (210,92,48). Sum of RGB (Red+Green+Blue) = 210+92+48=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25C30 is #2DA3CF. Grayscale: #7A7A7A. Windows color (decimal): -2991056 or 3169490. OLE color: 3169490.
HSL color Cylindrical-coordinate representation of color #D25C30: hue angle of 16.3º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D25C30 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 48 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.18 |
| HSL | 16.3º | 0.64% | 0.51% | - |
| HSV(B) | 16.3º | 0.77% | 0.82% | - |
| XYZ | 30.94 | 21.57 | 5.33 | - |
| YUV | 122.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 48 | 0 | 0.56 | 0.77 | 0.18 | 16.3 | 0.64 | 0.51 |
| Hex | D2 | 5C | 30 | 0 | 38 | 4D | 12 | 10 | 40 | 33 |
| Octal | 322 | 134 | 60 | 0 | 70 | 115 | 22 | 20 | 100 | 63 |
| Binary | 11010010 | 1011100 | 110000 | 0 | 111000 | 1001101 | 10010 | 10000 | 1000000 | 110011 |
Color Harmonies of #D25C30
Complementary color
Monochromatic Colors of #D25C30
Black with #D25C30
Text Example
Text Example
White with #D25C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C30; }
p { color: rgb(210,92,48); }
H1.HeaderClassName
{
color: #D25C30;
}
.AnyTagClassName
{
color: #D25C30;
}
</style>
background-color css
<style>
a { background-color: #D25C30; }
a { background-color: rgb(210,92,48); }
div.DivClassName
{
background-color: #D25C30;
}
.BgClassName
{
background-color: #D25C30;
}
</style>
border-color css
<style>
span { border-color: #D25C30; }
span { border-color: rgb(210,92,48); }
td.TdClassName
{
border-color: #D25C30;
}
.TagClassName
{
border-color: #D25C30;
}
</style>