Shades of Chilean Fire #D2653B
Tints of Chilean Fire #D2653B
RGB
CMYK
RGB Variations
Color information
#D2653B (or 0xD2653B) is known color: Chilean Fire. HEX triplet: D2, 65 and 3B. RGB value is (210,101,59). Sum of RGB (Red+Green+Blue) = 210+101+59=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2653B is #2D9AC4. Grayscale: #818181. Windows color (decimal): -2988741 or 3892690. OLE color: 3892690.
HSL color Cylindrical-coordinate representation of color #D2653B: hue angle of 16.69º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2653B is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 59 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.18 |
| HSL | 16.69º | 0.63% | 0.53% | - |
| HSV(B) | 16.69º | 0.72% | 0.82% | - |
| XYZ | 32.02 | 23.32 | 6.95 | - |
| YUV | 128.8 | 88.61 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 59 | 0 | 0.52 | 0.72 | 0.18 | 16.69 | 0.63 | 0.53 |
| Hex | D2 | 65 | 3B | 0 | 34 | 48 | 12 | 11 | 3F | 35 |
| Octal | 322 | 145 | 73 | 0 | 64 | 110 | 22 | 21 | 77 | 65 |
| Binary | 11010010 | 1100101 | 111011 | 0 | 110100 | 1001000 | 10010 | 10001 | 111111 | 110101 |
Color Harmonies of #D2653B
Complementary color
Monochromatic Colors of #D2653B
Black with #D2653B
Text Example
Text Example
White with #D2653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2653B; }
p { color: rgb(210,101,59); }
H1.HeaderClassName
{
color: #D2653B;
}
.AnyTagClassName
{
color: #D2653B;
}
</style>
background-color css
<style>
a { background-color: #D2653B; }
a { background-color: rgb(210,101,59); }
div.DivClassName
{
background-color: #D2653B;
}
.BgClassName
{
background-color: #D2653B;
}
</style>
border-color css
<style>
span { border-color: #D2653B; }
span { border-color: rgb(210,101,59); }
td.TdClassName
{
border-color: #D2653B;
}
.TagClassName
{
border-color: #D2653B;
}
</style>