Shades of Chilean Fire #D4643F
Tints of Chilean Fire #D4643F
RGB
CMYK
RGB Variations
Color information
#D4643F (or 0xD4643F) is known color: Chilean Fire. HEX triplet: D4, 64 and 3F. RGB value is (212,100,63). Sum of RGB (Red+Green+Blue) = 212+100+63=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4643F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4643F is #2B9BC0. Grayscale: #818181. Windows color (decimal): -2857921 or 4154580. OLE color: 4154580.
HSL color Cylindrical-coordinate representation of color #D4643F: hue angle of 14.9º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4643F is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 63 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.17 |
| HSL | 14.9º | 0.63% | 0.54% | - |
| HSV(B) | 14.9º | 0.7% | 0.83% | - |
| XYZ | 32.61 | 23.47 | 7.51 | - |
| YUV | 129.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 63 | 0 | 0.53 | 0.70 | 0.17 | 14.9 | 0.63 | 0.54 |
| Hex | D4 | 64 | 3F | 0 | 35 | 46 | 11 | F | 3F | 36 |
| Octal | 324 | 144 | 77 | 0 | 65 | 106 | 21 | 17 | 77 | 66 |
| Binary | 11010100 | 1100100 | 111111 | 0 | 110101 | 1000110 | 10001 | 1111 | 111111 | 110110 |
Color Harmonies of #D4643F
Complementary color
Monochromatic Colors of #D4643F
Black with #D4643F
Text Example
Text Example
White with #D4643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4643F; }
p { color: rgb(212,100,63); }
H1.HeaderClassName
{
color: #D4643F;
}
.AnyTagClassName
{
color: #D4643F;
}
</style>
background-color css
<style>
a { background-color: #D4643F; }
a { background-color: rgb(212,100,63); }
div.DivClassName
{
background-color: #D4643F;
}
.BgClassName
{
background-color: #D4643F;
}
</style>
border-color css
<style>
span { border-color: #D4643F; }
span { border-color: rgb(212,100,63); }
td.TdClassName
{
border-color: #D4643F;
}
.TagClassName
{
border-color: #D4643F;
}
</style>