Shades of Chilean Fire #D2643C
Tints of Chilean Fire #D2643C
RGB
CMYK
RGB Variations
Color information
#D2643C (or 0xD2643C) is known color: Chilean Fire. HEX triplet: D2, 64 and 3C. RGB value is (210,100,60). Sum of RGB (Red+Green+Blue) = 210+100+60=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2643C is #2D9BC3. Grayscale: #808080. Windows color (decimal): -2988996 or 3957970. OLE color: 3957970.
HSL color Cylindrical-coordinate representation of color #D2643C: hue angle of 16º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2643C is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 60 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.18 |
| HSL | 16º | 0.63% | 0.53% | - |
| HSV(B) | 16º | 0.71% | 0.82% | - |
| XYZ | 31.95 | 23.14 | 7.06 | - |
| YUV | 128.33 | 89.44 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 60 | 0 | 0.52 | 0.71 | 0.18 | 16 | 0.63 | 0.53 |
| Hex | D2 | 64 | 3C | 0 | 34 | 47 | 12 | 10 | 3E | 35 |
| Octal | 322 | 144 | 74 | 0 | 64 | 107 | 22 | 20 | 76 | 65 |
| Binary | 11010010 | 1100100 | 111100 | 0 | 110100 | 1000111 | 10010 | 10000 | 111110 | 110101 |
Color Harmonies of #D2643C
Complementary color
Monochromatic Colors of #D2643C
Black with #D2643C
Text Example
Text Example
White with #D2643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2643C; }
p { color: rgb(210,100,60); }
H1.HeaderClassName
{
color: #D2643C;
}
.AnyTagClassName
{
color: #D2643C;
}
</style>
background-color css
<style>
a { background-color: #D2643C; }
a { background-color: rgb(210,100,60); }
div.DivClassName
{
background-color: #D2643C;
}
.BgClassName
{
background-color: #D2643C;
}
</style>
border-color css
<style>
span { border-color: #D2643C; }
span { border-color: rgb(210,100,60); }
td.TdClassName
{
border-color: #D2643C;
}
.TagClassName
{
border-color: #D2643C;
}
</style>