Shades of Chilean Fire #D4532F
Tints of Chilean Fire #D4532F
RGB
CMYK
RGB Variations
Color information
#D4532F (or 0xD4532F) is known color: Chilean Fire. HEX triplet: D4, 53 and 2F. RGB value is (212,83,47). Sum of RGB (Red+Green+Blue) = 212+83+47=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4532F is #2BACD0. Grayscale: #757575. Windows color (decimal): -2862289 or 3101652. OLE color: 3101652.
HSL color Cylindrical-coordinate representation of color #D4532F: hue angle of 13.09º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4532F is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 47 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.17 |
| HSL | 13.09º | 0.66% | 0.51% | - |
| HSV(B) | 13.09º | 0.78% | 0.83% | - |
| XYZ | 30.76 | 20.39 | 5 | - |
| YUV | 117.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 47 | 0 | 0.61 | 0.78 | 0.17 | 13.09 | 0.66 | 0.51 |
| Hex | D4 | 53 | 2F | 0 | 3D | 4E | 11 | D | 42 | 33 |
| Octal | 324 | 123 | 57 | 0 | 75 | 116 | 21 | 15 | 102 | 63 |
| Binary | 11010100 | 1010011 | 101111 | 0 | 111101 | 1001110 | 10001 | 1101 | 1000010 | 110011 |
Color Harmonies of #D4532F
Complementary color
Monochromatic Colors of #D4532F
Black with #D4532F
Text Example
Text Example
White with #D4532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4532F; }
p { color: rgb(212,83,47); }
H1.HeaderClassName
{
color: #D4532F;
}
.AnyTagClassName
{
color: #D4532F;
}
</style>
background-color css
<style>
a { background-color: #D4532F; }
a { background-color: rgb(212,83,47); }
div.DivClassName
{
background-color: #D4532F;
}
.BgClassName
{
background-color: #D4532F;
}
</style>
border-color css
<style>
span { border-color: #D4532F; }
span { border-color: rgb(212,83,47); }
td.TdClassName
{
border-color: #D4532F;
}
.TagClassName
{
border-color: #D4532F;
}
</style>