Shades of Chilean Fire #CB562F
Tints of Chilean Fire #CB562F
RGB
CMYK
RGB Variations
Color information
#CB562F (or 0xCB562F) is known color: Chilean Fire. HEX triplet: CB, 56 and 2F. RGB value is (203,86,47). Sum of RGB (Red+Green+Blue) = 203+86+47=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB562F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB562F is #34A9D0. Grayscale: #747474. Windows color (decimal): -3451345 or 3102411. OLE color: 3102411.
HSL color Cylindrical-coordinate representation of color #CB562F: hue angle of 15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB562F is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 47 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.20 |
| HSL | 15º | 0.62% | 0.49% | - |
| HSV(B) | 15º | 0.77% | 0.8% | - |
| XYZ | 28.47 | 19.56 | 4.96 | - |
| YUV | 116.54 | 88.76 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 47 | 0 | 0.58 | 0.77 | 0.20 | 15 | 0.62 | 0.49 |
| Hex | CB | 56 | 2F | 0 | 3A | 4D | 14 | F | 3E | 31 |
| Octal | 313 | 126 | 57 | 0 | 72 | 115 | 24 | 17 | 76 | 61 |
| Binary | 11001011 | 1010110 | 101111 | 0 | 111010 | 1001101 | 10100 | 1111 | 111110 | 110001 |
Color Harmonies of #CB562F
Complementary color
Monochromatic Colors of #CB562F
Black with #CB562F
Text Example
Text Example
White with #CB562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB562F; }
p { color: rgb(203,86,47); }
H1.HeaderClassName
{
color: #CB562F;
}
.AnyTagClassName
{
color: #CB562F;
}
</style>
background-color css
<style>
a { background-color: #CB562F; }
a { background-color: rgb(203,86,47); }
div.DivClassName
{
background-color: #CB562F;
}
.BgClassName
{
background-color: #CB562F;
}
</style>
border-color css
<style>
span { border-color: #CB562F; }
span { border-color: rgb(203,86,47); }
td.TdClassName
{
border-color: #CB562F;
}
.TagClassName
{
border-color: #CB562F;
}
</style>