Shades of Chilean Fire #D25427
Tints of Chilean Fire #D25427
RGB
CMYK
RGB Variations
Color information
#D25427 (or 0xD25427) is known color: Chilean Fire. HEX triplet: D2, 54 and 27. RGB value is (210,84,39). Sum of RGB (Red+Green+Blue) = 210+84+39=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D25427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25427 is #2DABD8. Grayscale: #747474. Windows color (decimal): -2993113 or 2577618. OLE color: 2577618.
HSL color Cylindrical-coordinate representation of color #D25427: hue angle of 15.79º degrees, saturation: 0.69, 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 #D25427 is Cyan = 0, Magento = 0.6, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 39 | - |
| CMYK | 0 | 0.6 | 0.81 | 0.18 |
| HSL | 15.79º | 0.69% | 0.49% | - |
| HSV(B) | 15.79º | 0.81% | 0.82% | - |
| XYZ | 30.11 | 20.19 | 4.23 | - |
| YUV | 116.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 39 | 0 | 0.6 | 0.81 | 0.18 | 15.79 | 0.69 | 0.49 |
| Hex | D2 | 54 | 27 | 0 | 3C | 51 | 12 | 10 | 45 | 31 |
| Octal | 322 | 124 | 47 | 0 | 74 | 121 | 22 | 20 | 105 | 61 |
| Binary | 11010010 | 1010100 | 100111 | 0 | 111100 | 1010001 | 10010 | 10000 | 1000101 | 110001 |
Color Harmonies of #D25427
Complementary color
Monochromatic Colors of #D25427
Black with #D25427
Text Example
Text Example
White with #D25427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25427; }
p { color: rgb(210,84,39); }
H1.HeaderClassName
{
color: #D25427;
}
.AnyTagClassName
{
color: #D25427;
}
</style>
background-color css
<style>
a { background-color: #D25427; }
a { background-color: rgb(210,84,39); }
div.DivClassName
{
background-color: #D25427;
}
.BgClassName
{
background-color: #D25427;
}
</style>
border-color css
<style>
span { border-color: #D25427; }
span { border-color: rgb(210,84,39); }
td.TdClassName
{
border-color: #D25427;
}
.TagClassName
{
border-color: #D25427;
}
</style>