Shades of Chilean Fire #D75238
Tints of Chilean Fire #D75238
RGB
CMYK
RGB Variations
Color information
#D75238 (or 0xD75238) is known color: Chilean Fire. HEX triplet: D7, 52 and 38. RGB value is (215,82,56). Sum of RGB (Red+Green+Blue) = 215+82+56=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D75238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75238 is #28ADC7. Grayscale: #777777. Windows color (decimal): -2665928 or 3691223. OLE color: 3691223.
HSL color Cylindrical-coordinate representation of color #D75238: hue angle of 9.81º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D75238 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 56 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.16 |
| HSL | 9.81º | 0.67% | 0.53% | - |
| HSV(B) | 9.81º | 0.74% | 0.84% | - |
| XYZ | 31.76 | 20.77 | 6.08 | - |
| YUV | 118.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 56 | 0 | 0.62 | 0.74 | 0.16 | 9.81 | 0.67 | 0.53 |
| Hex | D7 | 52 | 38 | 0 | 3E | 4A | 10 | A | 43 | 35 |
| Octal | 327 | 122 | 70 | 0 | 76 | 112 | 20 | 12 | 103 | 65 |
| Binary | 11010111 | 1010010 | 111000 | 0 | 111110 | 1001010 | 10000 | 1010 | 1000011 | 110101 |
Color Harmonies of #D75238
Complementary color
Monochromatic Colors of #D75238
Black with #D75238
Text Example
Text Example
White with #D75238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75238; }
p { color: rgb(215,82,56); }
H1.HeaderClassName
{
color: #D75238;
}
.AnyTagClassName
{
color: #D75238;
}
</style>
background-color css
<style>
a { background-color: #D75238; }
a { background-color: rgb(215,82,56); }
div.DivClassName
{
background-color: #D75238;
}
.BgClassName
{
background-color: #D75238;
}
</style>
border-color css
<style>
span { border-color: #D75238; }
span { border-color: rgb(215,82,56); }
td.TdClassName
{
border-color: #D75238;
}
.TagClassName
{
border-color: #D75238;
}
</style>