Shades of Chilean Fire #D7552A
Tints of Chilean Fire #D7552A
RGB
CMYK
RGB Variations
Color information
#D7552A (or 0xD7552A) is known color: Chilean Fire. HEX triplet: D7, 55 and 2A. RGB value is (215,85,42). Sum of RGB (Red+Green+Blue) = 215+85+42=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7552A is #28AAD5. Grayscale: #777777. Windows color (decimal): -2665174 or 2774487. OLE color: 2774487.
HSL color Cylindrical-coordinate representation of color #D7552A: hue angle of 14.91º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7552A is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 42 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.16 |
| HSL | 14.91º | 0.68% | 0.5% | - |
| HSV(B) | 14.91º | 0.8% | 0.84% | - |
| XYZ | 31.69 | 21.11 | 4.6 | - |
| YUV | 118.97 | 84.57 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 42 | 0 | 0.60 | 0.80 | 0.16 | 14.91 | 0.68 | 0.5 |
| Hex | D7 | 55 | 2A | 0 | 3C | 50 | 10 | F | 44 | 32 |
| Octal | 327 | 125 | 52 | 0 | 74 | 120 | 20 | 17 | 104 | 62 |
| Binary | 11010111 | 1010101 | 101010 | 0 | 111100 | 1010000 | 10000 | 1111 | 1000100 | 110010 |
Color Harmonies of #D7552A
Complementary color
Monochromatic Colors of #D7552A
Black with #D7552A
Text Example
Text Example
White with #D7552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7552A; }
p { color: rgb(215,85,42); }
H1.HeaderClassName
{
color: #D7552A;
}
.AnyTagClassName
{
color: #D7552A;
}
</style>
background-color css
<style>
a { background-color: #D7552A; }
a { background-color: rgb(215,85,42); }
div.DivClassName
{
background-color: #D7552A;
}
.BgClassName
{
background-color: #D7552A;
}
</style>
border-color css
<style>
span { border-color: #D7552A; }
span { border-color: rgb(215,85,42); }
td.TdClassName
{
border-color: #D7552A;
}
.TagClassName
{
border-color: #D7552A;
}
</style>