Shades of Chilean Fire #D45A30
Tints of Chilean Fire #D45A30
RGB
CMYK
RGB Variations
Color information
#D45A30 (or 0xD45A30) is known color: Chilean Fire. HEX triplet: D4, 5A and 30. RGB value is (212,90,48). Sum of RGB (Red+Green+Blue) = 212+90+48=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45A30 is #2BA5CF. Grayscale: #797979. Windows color (decimal): -2860496 or 3168980. OLE color: 3168980.
HSL color Cylindrical-coordinate representation of color #D45A30: hue angle of 15.37º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D45A30 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 90 | 48 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.17 |
| HSL | 15.37º | 0.66% | 0.51% | - |
| HSV(B) | 15.37º | 0.77% | 0.83% | - |
| XYZ | 31.34 | 21.52 | 5.3 | - |
| YUV | 121.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 48 | 0 | 0.58 | 0.77 | 0.17 | 15.37 | 0.66 | 0.51 |
| Hex | D4 | 5A | 30 | 0 | 3A | 4D | 11 | F | 42 | 33 |
| Octal | 324 | 132 | 60 | 0 | 72 | 115 | 21 | 17 | 102 | 63 |
| Binary | 11010100 | 1011010 | 110000 | 0 | 111010 | 1001101 | 10001 | 1111 | 1000010 | 110011 |
Color Harmonies of #D45A30
Complementary color
Monochromatic Colors of #D45A30
Black with #D45A30
Text Example
Text Example
White with #D45A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45A30; }
p { color: rgb(212,90,48); }
H1.HeaderClassName
{
color: #D45A30;
}
.AnyTagClassName
{
color: #D45A30;
}
</style>
background-color css
<style>
a { background-color: #D45A30; }
a { background-color: rgb(212,90,48); }
div.DivClassName
{
background-color: #D45A30;
}
.BgClassName
{
background-color: #D45A30;
}
</style>
border-color css
<style>
span { border-color: #D45A30; }
span { border-color: rgb(212,90,48); }
td.TdClassName
{
border-color: #D45A30;
}
.TagClassName
{
border-color: #D45A30;
}
</style>