Shades of Chilean Fire #CB5829
Tints of Chilean Fire #CB5829
RGB
CMYK
RGB Variations
Color information
#CB5829 (or 0xCB5829) is known color: Chilean Fire. HEX triplet: CB, 58 and 29. RGB value is (203,88,41). Sum of RGB (Red+Green+Blue) = 203+88+41=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5829 is #34A7D6. Grayscale: #757575. Windows color (decimal): -3450839 or 2709707. OLE color: 2709707.
HSL color Cylindrical-coordinate representation of color #CB5829: hue angle of 17.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB5829 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 41 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.20 |
| HSL | 17.41º | 0.66% | 0.48% | - |
| HSV(B) | 17.41º | 0.8% | 0.8% | - |
| XYZ | 28.52 | 19.84 | 4.42 | - |
| YUV | 117.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 41 | 0 | 0.57 | 0.80 | 0.20 | 17.41 | 0.66 | 0.48 |
| Hex | CB | 58 | 29 | 0 | 39 | 50 | 14 | 11 | 42 | 30 |
| Octal | 313 | 130 | 51 | 0 | 71 | 120 | 24 | 21 | 102 | 60 |
| Binary | 11001011 | 1011000 | 101001 | 0 | 111001 | 1010000 | 10100 | 10001 | 1000010 | 110000 |
Color Harmonies of #CB5829
Complementary color
Monochromatic Colors of #CB5829
Black with #CB5829
Text Example
Text Example
White with #CB5829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5829; }
p { color: rgb(203,88,41); }
H1.HeaderClassName
{
color: #CB5829;
}
.AnyTagClassName
{
color: #CB5829;
}
</style>
background-color css
<style>
a { background-color: #CB5829; }
a { background-color: rgb(203,88,41); }
div.DivClassName
{
background-color: #CB5829;
}
.BgClassName
{
background-color: #CB5829;
}
</style>
border-color css
<style>
span { border-color: #CB5829; }
span { border-color: rgb(203,88,41); }
td.TdClassName
{
border-color: #CB5829;
}
.TagClassName
{
border-color: #CB5829;
}
</style>