Shades of Chilean Fire #CB5631
Tints of Chilean Fire #CB5631
RGB
CMYK
RGB Variations
Color information
#CB5631 (or 0xCB5631) is known color: Chilean Fire. HEX triplet: CB, 56 and 31. RGB value is (203,86,49). Sum of RGB (Red+Green+Blue) = 203+86+49=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5631 is #34A9CE. Grayscale: #757575. Windows color (decimal): -3451343 or 3233483. OLE color: 3233483.
HSL color Cylindrical-coordinate representation of color #CB5631: hue angle of 14.42º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB5631 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 49 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.20 |
| HSL | 14.42º | 0.61% | 0.49% | - |
| HSV(B) | 14.42º | 0.76% | 0.8% | - |
| XYZ | 28.51 | 19.57 | 5.18 | - |
| YUV | 116.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 49 | 0 | 0.58 | 0.76 | 0.20 | 14.42 | 0.61 | 0.49 |
| Hex | CB | 56 | 31 | 0 | 3A | 4C | 14 | E | 3D | 31 |
| Octal | 313 | 126 | 61 | 0 | 72 | 114 | 24 | 16 | 75 | 61 |
| Binary | 11001011 | 1010110 | 110001 | 0 | 111010 | 1001100 | 10100 | 1110 | 111101 | 110001 |
Color Harmonies of #CB5631
Complementary color
Monochromatic Colors of #CB5631
Black with #CB5631
Text Example
Text Example
White with #CB5631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5631; }
p { color: rgb(203,86,49); }
H1.HeaderClassName
{
color: #CB5631;
}
.AnyTagClassName
{
color: #CB5631;
}
</style>
background-color css
<style>
a { background-color: #CB5631; }
a { background-color: rgb(203,86,49); }
div.DivClassName
{
background-color: #CB5631;
}
.BgClassName
{
background-color: #CB5631;
}
</style>
border-color css
<style>
span { border-color: #CB5631; }
span { border-color: rgb(203,86,49); }
td.TdClassName
{
border-color: #CB5631;
}
.TagClassName
{
border-color: #CB5631;
}
</style>