Shades of Chilean Fire #D25F30
Tints of Chilean Fire #D25F30
RGB
CMYK
RGB Variations
Color information
#D25F30 (or 0xD25F30) is known color: Chilean Fire. HEX triplet: D2, 5F and 30. RGB value is (210,95,48). Sum of RGB (Red+Green+Blue) = 210+95+48=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25F30 is #2DA0CF. Grayscale: #7C7C7C. Windows color (decimal): -2990288 or 3170258. OLE color: 3170258.
HSL color Cylindrical-coordinate representation of color #D25F30: hue angle of 17.41º 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 #D25F30 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 48 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.18 |
| HSL | 17.41º | 0.64% | 0.51% | - |
| HSV(B) | 17.41º | 0.77% | 0.82% | - |
| XYZ | 31.2 | 22.1 | 5.42 | - |
| YUV | 124.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 48 | 0 | 0.55 | 0.77 | 0.18 | 17.41 | 0.64 | 0.51 |
| Hex | D2 | 5F | 30 | 0 | 37 | 4D | 12 | 11 | 40 | 33 |
| Octal | 322 | 137 | 60 | 0 | 67 | 115 | 22 | 21 | 100 | 63 |
| Binary | 11010010 | 1011111 | 110000 | 0 | 110111 | 1001101 | 10010 | 10001 | 1000000 | 110011 |
Color Harmonies of #D25F30
Complementary color
Monochromatic Colors of #D25F30
Black with #D25F30
Text Example
Text Example
White with #D25F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F30; }
p { color: rgb(210,95,48); }
H1.HeaderClassName
{
color: #D25F30;
}
.AnyTagClassName
{
color: #D25F30;
}
</style>
background-color css
<style>
a { background-color: #D25F30; }
a { background-color: rgb(210,95,48); }
div.DivClassName
{
background-color: #D25F30;
}
.BgClassName
{
background-color: #D25F30;
}
</style>
border-color css
<style>
span { border-color: #D25F30; }
span { border-color: rgb(210,95,48); }
td.TdClassName
{
border-color: #D25F30;
}
.TagClassName
{
border-color: #D25F30;
}
</style>