Shades of Chilean Fire #D75234
Tints of Chilean Fire #D75234
RGB
CMYK
RGB Variations
Color information
#D75234 (or 0xD75234) is known color: Chilean Fire. HEX triplet: D7, 52 and 34. RGB value is (215,82,52). Sum of RGB (Red+Green+Blue) = 215+82+52=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D75234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75234 is #28ADCB. Grayscale: #767676. Windows color (decimal): -2665932 or 3429079. OLE color: 3429079.
HSL color Cylindrical-coordinate representation of color #D75234: hue angle of 11.04º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D75234 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 52 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.16 |
| HSL | 11.04º | 0.67% | 0.52% | - |
| HSV(B) | 11.04º | 0.76% | 0.84% | - |
| XYZ | 31.66 | 20.73 | 5.58 | - |
| YUV | 118.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 52 | 0 | 0.62 | 0.76 | 0.16 | 11.04 | 0.67 | 0.52 |
| Hex | D7 | 52 | 34 | 0 | 3E | 4C | 10 | B | 43 | 34 |
| Octal | 327 | 122 | 64 | 0 | 76 | 114 | 20 | 13 | 103 | 64 |
| Binary | 11010111 | 1010010 | 110100 | 0 | 111110 | 1001100 | 10000 | 1011 | 1000011 | 110100 |
Color Harmonies of #D75234
Complementary color
Monochromatic Colors of #D75234
Black with #D75234
Text Example
Text Example
White with #D75234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75234; }
p { color: rgb(215,82,52); }
H1.HeaderClassName
{
color: #D75234;
}
.AnyTagClassName
{
color: #D75234;
}
</style>
background-color css
<style>
a { background-color: #D75234; }
a { background-color: rgb(215,82,52); }
div.DivClassName
{
background-color: #D75234;
}
.BgClassName
{
background-color: #D75234;
}
</style>
border-color css
<style>
span { border-color: #D75234; }
span { border-color: rgb(215,82,52); }
td.TdClassName
{
border-color: #D75234;
}
.TagClassName
{
border-color: #D75234;
}
</style>