Shades of Chilean Fire #D65C34
Tints of Chilean Fire #D65C34
RGB
CMYK
RGB Variations
Color information
#D65C34 (or 0xD65C34) is known color: Chilean Fire. HEX triplet: D6, 5C and 34. RGB value is (214,92,52). Sum of RGB (Red+Green+Blue) = 214+92+52=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C34 is #29A3CB. Grayscale: #7C7C7C. Windows color (decimal): -2728908 or 3431638. OLE color: 3431638.
HSL color Cylindrical-coordinate representation of color #D65C34: hue angle of 14.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D65C34 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 52 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.16 |
| HSL | 14.81º | 0.66% | 0.52% | - |
| HSV(B) | 14.81º | 0.76% | 0.84% | - |
| XYZ | 32.18 | 22.2 | 5.84 | - |
| YUV | 123.92 | 87.42 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 52 | 0 | 0.57 | 0.76 | 0.16 | 14.81 | 0.66 | 0.52 |
| Hex | D6 | 5C | 34 | 0 | 39 | 4C | 10 | F | 42 | 34 |
| Octal | 326 | 134 | 64 | 0 | 71 | 114 | 20 | 17 | 102 | 64 |
| Binary | 11010110 | 1011100 | 110100 | 0 | 111001 | 1001100 | 10000 | 1111 | 1000010 | 110100 |
Color Harmonies of #D65C34
Complementary color
Monochromatic Colors of #D65C34
Black with #D65C34
Text Example
Text Example
White with #D65C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C34; }
p { color: rgb(214,92,52); }
H1.HeaderClassName
{
color: #D65C34;
}
.AnyTagClassName
{
color: #D65C34;
}
</style>
background-color css
<style>
a { background-color: #D65C34; }
a { background-color: rgb(214,92,52); }
div.DivClassName
{
background-color: #D65C34;
}
.BgClassName
{
background-color: #D65C34;
}
</style>
border-color css
<style>
span { border-color: #D65C34; }
span { border-color: rgb(214,92,52); }
td.TdClassName
{
border-color: #D65C34;
}
.TagClassName
{
border-color: #D65C34;
}
</style>