Shades of Chilean Fire #D65C35
Tints of Chilean Fire #D65C35
RGB
CMYK
RGB Variations
Color information
#D65C35 (or 0xD65C35) is known color: Chilean Fire. HEX triplet: D6, 5C and 35. RGB value is (214,92,53). Sum of RGB (Red+Green+Blue) = 214+92+53=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C35 is #29A3CA. Grayscale: #7C7C7C. Windows color (decimal): -2728907 or 3497174. OLE color: 3497174.
HSL color Cylindrical-coordinate representation of color #D65C35: hue angle of 14.53º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D65C35 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 53 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.16 |
| HSL | 14.53º | 0.66% | 0.52% | - |
| HSV(B) | 14.53º | 0.75% | 0.84% | - |
| XYZ | 32.2 | 22.21 | 5.96 | - |
| YUV | 124.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 53 | 0 | 0.57 | 0.75 | 0.16 | 14.53 | 0.66 | 0.52 |
| Hex | D6 | 5C | 35 | 0 | 39 | 4B | 10 | F | 42 | 34 |
| Octal | 326 | 134 | 65 | 0 | 71 | 113 | 20 | 17 | 102 | 64 |
| Binary | 11010110 | 1011100 | 110101 | 0 | 111001 | 1001011 | 10000 | 1111 | 1000010 | 110100 |
Color Harmonies of #D65C35
Complementary color
Monochromatic Colors of #D65C35
Black with #D65C35
Text Example
Text Example
White with #D65C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C35; }
p { color: rgb(214,92,53); }
H1.HeaderClassName
{
color: #D65C35;
}
.AnyTagClassName
{
color: #D65C35;
}
</style>
background-color css
<style>
a { background-color: #D65C35; }
a { background-color: rgb(214,92,53); }
div.DivClassName
{
background-color: #D65C35;
}
.BgClassName
{
background-color: #D65C35;
}
</style>
border-color css
<style>
span { border-color: #D65C35; }
span { border-color: rgb(214,92,53); }
td.TdClassName
{
border-color: #D65C35;
}
.TagClassName
{
border-color: #D65C35;
}
</style>