Shades of Chilean Fire #D25D27
Tints of Chilean Fire #D25D27
RGB
CMYK
RGB Variations
Color information
#D25D27 (or 0xD25D27) is known color: Chilean Fire. HEX triplet: D2, 5D and 27. RGB value is (210,93,39). Sum of RGB (Red+Green+Blue) = 210+93+39=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25D27 is #2DA2D8. Grayscale: #7A7A7A. Windows color (decimal): -2990809 or 2579922. OLE color: 2579922.
HSL color Cylindrical-coordinate representation of color #D25D27: hue angle of 18.95º 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 #D25D27 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 39 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.18 |
| HSL | 18.95º | 0.69% | 0.49% | - |
| HSV(B) | 18.95º | 0.81% | 0.82% | - |
| XYZ | 30.86 | 21.68 | 4.48 | - |
| YUV | 121.83 | 81.26 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 39 | 0 | 0.56 | 0.81 | 0.18 | 18.95 | 0.69 | 0.49 |
| Hex | D2 | 5D | 27 | 0 | 38 | 51 | 12 | 13 | 45 | 31 |
| Octal | 322 | 135 | 47 | 0 | 70 | 121 | 22 | 23 | 105 | 61 |
| Binary | 11010010 | 1011101 | 100111 | 0 | 111000 | 1010001 | 10010 | 10011 | 1000101 | 110001 |
Color Harmonies of #D25D27
Complementary color
Monochromatic Colors of #D25D27
Black with #D25D27
Text Example
Text Example
White with #D25D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D27; }
p { color: rgb(210,93,39); }
H1.HeaderClassName
{
color: #D25D27;
}
.AnyTagClassName
{
color: #D25D27;
}
</style>
background-color css
<style>
a { background-color: #D25D27; }
a { background-color: rgb(210,93,39); }
div.DivClassName
{
background-color: #D25D27;
}
.BgClassName
{
background-color: #D25D27;
}
</style>
border-color css
<style>
span { border-color: #D25D27; }
span { border-color: rgb(210,93,39); }
td.TdClassName
{
border-color: #D25D27;
}
.TagClassName
{
border-color: #D25D27;
}
</style>