Shades of Chilean Fire #D25229
Tints of Chilean Fire #D25229
RGB
CMYK
RGB Variations
Color information
#D25229 (or 0xD25229) is known color: Chilean Fire. HEX triplet: D2, 52 and 29. RGB value is (210,82,41). Sum of RGB (Red+Green+Blue) = 210+82+41=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D25229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25229 is #2DADD6. Grayscale: #737373. Windows color (decimal): -2993623 or 2708178. OLE color: 2708178.
HSL color Cylindrical-coordinate representation of color #D25229: hue angle of 14.56º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D25229 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 41 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.18 |
| HSL | 14.56º | 0.67% | 0.49% | - |
| HSV(B) | 14.56º | 0.8% | 0.82% | - |
| XYZ | 30 | 19.9 | 4.36 | - |
| YUV | 115.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 41 | 0 | 0.61 | 0.80 | 0.18 | 14.56 | 0.67 | 0.49 |
| Hex | D2 | 52 | 29 | 0 | 3D | 50 | 12 | F | 43 | 31 |
| Octal | 322 | 122 | 51 | 0 | 75 | 120 | 22 | 17 | 103 | 61 |
| Binary | 11010010 | 1010010 | 101001 | 0 | 111101 | 1010000 | 10010 | 1111 | 1000011 | 110001 |
Color Harmonies of #D25229
Complementary color
Monochromatic Colors of #D25229
Black with #D25229
Text Example
Text Example
White with #D25229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25229; }
p { color: rgb(210,82,41); }
H1.HeaderClassName
{
color: #D25229;
}
.AnyTagClassName
{
color: #D25229;
}
</style>
background-color css
<style>
a { background-color: #D25229; }
a { background-color: rgb(210,82,41); }
div.DivClassName
{
background-color: #D25229;
}
.BgClassName
{
background-color: #D25229;
}
</style>
border-color css
<style>
span { border-color: #D25229; }
span { border-color: rgb(210,82,41); }
td.TdClassName
{
border-color: #D25229;
}
.TagClassName
{
border-color: #D25229;
}
</style>