Shades of Chilean Fire #D75030
Tints of Chilean Fire #D75030
RGB
CMYK
RGB Variations
Color information
#D75030 (or 0xD75030) is known color: Chilean Fire. HEX triplet: D7, 50 and 30. RGB value is (215,80,48). Sum of RGB (Red+Green+Blue) = 215+80+48=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D75030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75030 is #28AFCF. Grayscale: #747474. Windows color (decimal): -2666448 or 3166423. OLE color: 3166423.
HSL color Cylindrical-coordinate representation of color #D75030: hue angle of 11.5º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D75030 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 48 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.16 |
| HSL | 11.5º | 0.68% | 0.52% | - |
| HSV(B) | 11.5º | 0.78% | 0.84% | - |
| XYZ | 31.43 | 20.4 | 5.08 | - |
| YUV | 116.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 48 | 0 | 0.63 | 0.78 | 0.16 | 11.5 | 0.68 | 0.52 |
| Hex | D7 | 50 | 30 | 0 | 3F | 4E | 10 | B | 44 | 34 |
| Octal | 327 | 120 | 60 | 0 | 77 | 116 | 20 | 13 | 104 | 64 |
| Binary | 11010111 | 1010000 | 110000 | 0 | 111111 | 1001110 | 10000 | 1011 | 1000100 | 110100 |
Color Harmonies of #D75030
Complementary color
Monochromatic Colors of #D75030
Black with #D75030
Text Example
Text Example
White with #D75030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75030; }
p { color: rgb(215,80,48); }
H1.HeaderClassName
{
color: #D75030;
}
.AnyTagClassName
{
color: #D75030;
}
</style>
background-color css
<style>
a { background-color: #D75030; }
a { background-color: rgb(215,80,48); }
div.DivClassName
{
background-color: #D75030;
}
.BgClassName
{
background-color: #D75030;
}
</style>
border-color css
<style>
span { border-color: #D75030; }
span { border-color: rgb(215,80,48); }
td.TdClassName
{
border-color: #D75030;
}
.TagClassName
{
border-color: #D75030;
}
</style>