Shades of Chilean Fire #D4633F
Tints of Chilean Fire #D4633F
RGB
CMYK
RGB Variations
Color information
#D4633F (or 0xD4633F) is known color: Chilean Fire. HEX triplet: D4, 63 and 3F. RGB value is (212,99,63). Sum of RGB (Red+Green+Blue) = 212+99+63=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4633F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4633F is #2B9CC0. Grayscale: #808080. Windows color (decimal): -2858177 or 4154324. OLE color: 4154324.
HSL color Cylindrical-coordinate representation of color #D4633F: hue angle of 14.5º 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 #D4633F is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 63 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.17 |
| HSL | 14.5º | 0.63% | 0.54% | - |
| HSV(B) | 14.5º | 0.7% | 0.83% | - |
| XYZ | 32.51 | 23.28 | 7.48 | - |
| YUV | 128.68 | 90.94 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 63 | 0 | 0.53 | 0.70 | 0.17 | 14.5 | 0.63 | 0.54 |
| Hex | D4 | 63 | 3F | 0 | 35 | 46 | 11 | E | 3F | 36 |
| Octal | 324 | 143 | 77 | 0 | 65 | 106 | 21 | 16 | 77 | 66 |
| Binary | 11010100 | 1100011 | 111111 | 0 | 110101 | 1000110 | 10001 | 1110 | 111111 | 110110 |
Color Harmonies of #D4633F
Complementary color
Monochromatic Colors of #D4633F
Black with #D4633F
Text Example
Text Example
White with #D4633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4633F; }
p { color: rgb(212,99,63); }
H1.HeaderClassName
{
color: #D4633F;
}
.AnyTagClassName
{
color: #D4633F;
}
</style>
background-color css
<style>
a { background-color: #D4633F; }
a { background-color: rgb(212,99,63); }
div.DivClassName
{
background-color: #D4633F;
}
.BgClassName
{
background-color: #D4633F;
}
</style>
border-color css
<style>
span { border-color: #D4633F; }
span { border-color: rgb(212,99,63); }
td.TdClassName
{
border-color: #D4633F;
}
.TagClassName
{
border-color: #D4633F;
}
</style>