Shades of Chilean Fire #D6632F
Tints of Chilean Fire #D6632F
RGB
CMYK
RGB Variations
Color information
#D6632F (or 0xD6632F) is known color: Chilean Fire. HEX triplet: D6, 63 and 2F. RGB value is (214,99,47). Sum of RGB (Red+Green+Blue) = 214+99+47=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6632F is #299CD0. Grayscale: #7F7F7F. Windows color (decimal): -2727121 or 3105750. OLE color: 3105750.
HSL color Cylindrical-coordinate representation of color #D6632F: hue angle of 18.68º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6632F is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 47 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.16 |
| HSL | 18.68º | 0.67% | 0.51% | - |
| HSV(B) | 18.68º | 0.78% | 0.84% | - |
| XYZ | 32.71 | 23.43 | 5.49 | - |
| YUV | 127.46 | 82.6 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 47 | 0 | 0.54 | 0.78 | 0.16 | 18.68 | 0.67 | 0.51 |
| Hex | D6 | 63 | 2F | 0 | 36 | 4E | 10 | 13 | 43 | 33 |
| Octal | 326 | 143 | 57 | 0 | 66 | 116 | 20 | 23 | 103 | 63 |
| Binary | 11010110 | 1100011 | 101111 | 0 | 110110 | 1001110 | 10000 | 10011 | 1000011 | 110011 |
Color Harmonies of #D6632F
Complementary color
Monochromatic Colors of #D6632F
Black with #D6632F
Text Example
Text Example
White with #D6632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6632F; }
p { color: rgb(214,99,47); }
H1.HeaderClassName
{
color: #D6632F;
}
.AnyTagClassName
{
color: #D6632F;
}
</style>
background-color css
<style>
a { background-color: #D6632F; }
a { background-color: rgb(214,99,47); }
div.DivClassName
{
background-color: #D6632F;
}
.BgClassName
{
background-color: #D6632F;
}
</style>
border-color css
<style>
span { border-color: #D6632F; }
span { border-color: rgb(214,99,47); }
td.TdClassName
{
border-color: #D6632F;
}
.TagClassName
{
border-color: #D6632F;
}
</style>