Shades of Chilean Fire #CB5B34
Tints of Chilean Fire #CB5B34
RGB
CMYK
RGB Variations
Color information
#CB5B34 (or 0xCB5B34) is known color: Chilean Fire. HEX triplet: CB, 5B and 34. RGB value is (203,91,52). Sum of RGB (Red+Green+Blue) = 203+91+52=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B34 is #34A4CB. Grayscale: #787878. Windows color (decimal): -3450060 or 3431371. OLE color: 3431371.
HSL color Cylindrical-coordinate representation of color #CB5B34: hue angle of 15.5º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB5B34 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 52 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.20 |
| HSL | 15.5º | 0.59% | 0.5% | - |
| HSV(B) | 15.5º | 0.74% | 0.8% | - |
| XYZ | 28.99 | 20.43 | 5.66 | - |
| YUV | 120.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 52 | 0 | 0.55 | 0.74 | 0.20 | 15.5 | 0.59 | 0.5 |
| Hex | CB | 5B | 34 | 0 | 37 | 4A | 14 | F | 3B | 32 |
| Octal | 313 | 133 | 64 | 0 | 67 | 112 | 24 | 17 | 73 | 62 |
| Binary | 11001011 | 1011011 | 110100 | 0 | 110111 | 1001010 | 10100 | 1111 | 111011 | 110010 |
Color Harmonies of #CB5B34
Complementary color
Monochromatic Colors of #CB5B34
Black with #CB5B34
Text Example
Text Example
White with #CB5B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B34; }
p { color: rgb(203,91,52); }
H1.HeaderClassName
{
color: #CB5B34;
}
.AnyTagClassName
{
color: #CB5B34;
}
</style>
background-color css
<style>
a { background-color: #CB5B34; }
a { background-color: rgb(203,91,52); }
div.DivClassName
{
background-color: #CB5B34;
}
.BgClassName
{
background-color: #CB5B34;
}
</style>
border-color css
<style>
span { border-color: #CB5B34; }
span { border-color: rgb(203,91,52); }
td.TdClassName
{
border-color: #CB5B34;
}
.TagClassName
{
border-color: #CB5B34;
}
</style>