Shades of Chilean Fire #CB5D31
Tints of Chilean Fire #CB5D31
RGB
CMYK
RGB Variations
Color information
#CB5D31 (or 0xCB5D31) is known color: Chilean Fire. HEX triplet: CB, 5D and 31. RGB value is (203,93,49). Sum of RGB (Red+Green+Blue) = 203+93+49=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5D31 is #34A2CE. Grayscale: #797979. Windows color (decimal): -3449551 or 3235275. OLE color: 3235275.
HSL color Cylindrical-coordinate representation of color #CB5D31: hue angle of 17.14º 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 #CB5D31 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 49 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.20 |
| HSL | 17.14º | 0.61% | 0.49% | - |
| HSV(B) | 17.14º | 0.76% | 0.8% | - |
| XYZ | 29.1 | 20.75 | 5.38 | - |
| YUV | 120.87 | 87.44 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 49 | 0 | 0.54 | 0.76 | 0.20 | 17.14 | 0.61 | 0.49 |
| Hex | CB | 5D | 31 | 0 | 36 | 4C | 14 | 11 | 3D | 31 |
| Octal | 313 | 135 | 61 | 0 | 66 | 114 | 24 | 21 | 75 | 61 |
| Binary | 11001011 | 1011101 | 110001 | 0 | 110110 | 1001100 | 10100 | 10001 | 111101 | 110001 |
Color Harmonies of #CB5D31
Complementary color
Monochromatic Colors of #CB5D31
Black with #CB5D31
Text Example
Text Example
White with #CB5D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D31; }
p { color: rgb(203,93,49); }
H1.HeaderClassName
{
color: #CB5D31;
}
.AnyTagClassName
{
color: #CB5D31;
}
</style>
background-color css
<style>
a { background-color: #CB5D31; }
a { background-color: rgb(203,93,49); }
div.DivClassName
{
background-color: #CB5D31;
}
.BgClassName
{
background-color: #CB5D31;
}
</style>
border-color css
<style>
span { border-color: #CB5D31; }
span { border-color: rgb(203,93,49); }
td.TdClassName
{
border-color: #CB5D31;
}
.TagClassName
{
border-color: #CB5D31;
}
</style>