Shades of Chilean Fire #CD5D30
Tints of Chilean Fire #CD5D30
RGB
CMYK
RGB Variations
Color information
#CD5D30 (or 0xCD5D30) is known color: Chilean Fire. HEX triplet: CD, 5D and 30. RGB value is (205,93,48). Sum of RGB (Red+Green+Blue) = 205+93+48=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5D30 is #32A2CF. Grayscale: #797979. Windows color (decimal): -3318480 or 3169741. OLE color: 3169741.
HSL color Cylindrical-coordinate representation of color #CD5D30: hue angle of 17.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD5D30 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 48 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.20 |
| HSL | 17.2º | 0.62% | 0.5% | - |
| HSV(B) | 17.2º | 0.77% | 0.8% | - |
| XYZ | 29.62 | 21.02 | 5.29 | - |
| YUV | 121.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 48 | 0 | 0.55 | 0.77 | 0.20 | 17.2 | 0.62 | 0.5 |
| Hex | CD | 5D | 30 | 0 | 37 | 4D | 14 | 11 | 3E | 32 |
| Octal | 315 | 135 | 60 | 0 | 67 | 115 | 24 | 21 | 76 | 62 |
| Binary | 11001101 | 1011101 | 110000 | 0 | 110111 | 1001101 | 10100 | 10001 | 111110 | 110010 |
Color Harmonies of #CD5D30
Complementary color
Monochromatic Colors of #CD5D30
Black with #CD5D30
Text Example
Text Example
White with #CD5D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D30; }
p { color: rgb(205,93,48); }
H1.HeaderClassName
{
color: #CD5D30;
}
.AnyTagClassName
{
color: #CD5D30;
}
</style>
background-color css
<style>
a { background-color: #CD5D30; }
a { background-color: rgb(205,93,48); }
div.DivClassName
{
background-color: #CD5D30;
}
.BgClassName
{
background-color: #CD5D30;
}
</style>
border-color css
<style>
span { border-color: #CD5D30; }
span { border-color: rgb(205,93,48); }
td.TdClassName
{
border-color: #CD5D30;
}
.TagClassName
{
border-color: #CD5D30;
}
</style>