Shades of Chilean Fire #CB582B
Tints of Chilean Fire #CB582B
RGB
CMYK
RGB Variations
Color information
#CB582B (or 0xCB582B) is known color: Chilean Fire. HEX triplet: CB, 58 and 2B. RGB value is (203,88,43). Sum of RGB (Red+Green+Blue) = 203+88+43=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB582B is #34A7D4. Grayscale: #757575. Windows color (decimal): -3450837 or 2840779. OLE color: 2840779.
HSL color Cylindrical-coordinate representation of color #CB582B: hue angle of 16.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB582B is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 43 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.20 |
| HSL | 16.88º | 0.65% | 0.48% | - |
| HSV(B) | 16.88º | 0.79% | 0.8% | - |
| XYZ | 28.55 | 19.85 | 4.61 | - |
| YUV | 117.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 43 | 0 | 0.57 | 0.79 | 0.20 | 16.88 | 0.65 | 0.48 |
| Hex | CB | 58 | 2B | 0 | 39 | 4F | 14 | 11 | 41 | 30 |
| Octal | 313 | 130 | 53 | 0 | 71 | 117 | 24 | 21 | 101 | 60 |
| Binary | 11001011 | 1011000 | 101011 | 0 | 111001 | 1001111 | 10100 | 10001 | 1000001 | 110000 |
Color Harmonies of #CB582B
Complementary color
Monochromatic Colors of #CB582B
Black with #CB582B
Text Example
Text Example
White with #CB582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB582B; }
p { color: rgb(203,88,43); }
H1.HeaderClassName
{
color: #CB582B;
}
.AnyTagClassName
{
color: #CB582B;
}
</style>
background-color css
<style>
a { background-color: #CB582B; }
a { background-color: rgb(203,88,43); }
div.DivClassName
{
background-color: #CB582B;
}
.BgClassName
{
background-color: #CB582B;
}
</style>
border-color css
<style>
span { border-color: #CB582B; }
span { border-color: rgb(203,88,43); }
td.TdClassName
{
border-color: #CB582B;
}
.TagClassName
{
border-color: #CB582B;
}
</style>