Shades of Chilean Fire #D65C2C
Tints of Chilean Fire #D65C2C
RGB
CMYK
RGB Variations
Color information
#D65C2C (or 0xD65C2C) is known color: Chilean Fire. HEX triplet: D6, 5C and 2C. RGB value is (214,92,44). Sum of RGB (Red+Green+Blue) = 214+92+44=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C2C is #29A3D3. Grayscale: #7B7B7B. Windows color (decimal): -2728916 or 2907350. OLE color: 2907350.
HSL color Cylindrical-coordinate representation of color #D65C2C: hue angle of 16.94º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D65C2C is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 44 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.16 |
| HSL | 16.94º | 0.67% | 0.51% | - |
| HSV(B) | 16.94º | 0.79% | 0.84% | - |
| XYZ | 32.01 | 22.13 | 4.97 | - |
| YUV | 123.01 | 83.42 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 44 | 0 | 0.57 | 0.79 | 0.16 | 16.94 | 0.67 | 0.51 |
| Hex | D6 | 5C | 2C | 0 | 39 | 4F | 10 | 11 | 43 | 33 |
| Octal | 326 | 134 | 54 | 0 | 71 | 117 | 20 | 21 | 103 | 63 |
| Binary | 11010110 | 1011100 | 101100 | 0 | 111001 | 1001111 | 10000 | 10001 | 1000011 | 110011 |
Color Harmonies of #D65C2C
Complementary color
Monochromatic Colors of #D65C2C
Black with #D65C2C
Text Example
Text Example
White with #D65C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C2C; }
p { color: rgb(214,92,44); }
H1.HeaderClassName
{
color: #D65C2C;
}
.AnyTagClassName
{
color: #D65C2C;
}
</style>
background-color css
<style>
a { background-color: #D65C2C; }
a { background-color: rgb(214,92,44); }
div.DivClassName
{
background-color: #D65C2C;
}
.BgClassName
{
background-color: #D65C2C;
}
</style>
border-color css
<style>
span { border-color: #D65C2C; }
span { border-color: rgb(214,92,44); }
td.TdClassName
{
border-color: #D65C2C;
}
.TagClassName
{
border-color: #D65C2C;
}
</style>