Shades of Chilean Fire #CB5627
Tints of Chilean Fire #CB5627
RGB
CMYK
RGB Variations
Color information
#CB5627 (or 0xCB5627) is known color: Chilean Fire. HEX triplet: CB, 56 and 27. RGB value is (203,86,39). Sum of RGB (Red+Green+Blue) = 203+86+39=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5627 is #34A9D8. Grayscale: #737373. Windows color (decimal): -3451353 or 2578123. OLE color: 2578123.
HSL color Cylindrical-coordinate representation of color #CB5627: hue angle of 17.2º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB5627 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 39 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.20 |
| HSL | 17.2º | 0.68% | 0.47% | - |
| HSV(B) | 17.2º | 0.81% | 0.8% | - |
| XYZ | 28.32 | 19.5 | 4.19 | - |
| YUV | 115.63 | 84.76 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 39 | 0 | 0.58 | 0.81 | 0.20 | 17.2 | 0.68 | 0.47 |
| Hex | CB | 56 | 27 | 0 | 3A | 51 | 14 | 11 | 44 | 2F |
| Octal | 313 | 126 | 47 | 0 | 72 | 121 | 24 | 21 | 104 | 57 |
| Binary | 11001011 | 1010110 | 100111 | 0 | 111010 | 1010001 | 10100 | 10001 | 1000100 | 101111 |
Color Harmonies of #CB5627
Complementary color
Monochromatic Colors of #CB5627
Black with #CB5627
Text Example
Text Example
White with #CB5627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5627; }
p { color: rgb(203,86,39); }
H1.HeaderClassName
{
color: #CB5627;
}
.AnyTagClassName
{
color: #CB5627;
}
</style>
background-color css
<style>
a { background-color: #CB5627; }
a { background-color: rgb(203,86,39); }
div.DivClassName
{
background-color: #CB5627;
}
.BgClassName
{
background-color: #CB5627;
}
</style>
border-color css
<style>
span { border-color: #CB5627; }
span { border-color: rgb(203,86,39); }
td.TdClassName
{
border-color: #CB5627;
}
.TagClassName
{
border-color: #CB5627;
}
</style>