Shades of Chilean Fire #CB582A
Tints of Chilean Fire #CB582A
RGB
CMYK
RGB Variations
Color information
#CB582A (or 0xCB582A) is known color: Chilean Fire. HEX triplet: CB, 58 and 2A. RGB value is (203,88,42). Sum of RGB (Red+Green+Blue) = 203+88+42=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB582A is #34A7D5. Grayscale: #757575. Windows color (decimal): -3450838 or 2775243. OLE color: 2775243.
HSL color Cylindrical-coordinate representation of color #CB582A: hue angle of 17.14º degrees, saturation: 0.66, 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 #CB582A is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 42 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.20 |
| HSL | 17.14º | 0.66% | 0.48% | - |
| HSV(B) | 17.14º | 0.79% | 0.8% | - |
| XYZ | 28.54 | 19.84 | 4.52 | - |
| YUV | 117.14 | 85.6 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 42 | 0 | 0.57 | 0.79 | 0.20 | 17.14 | 0.66 | 0.48 |
| Hex | CB | 58 | 2A | 0 | 39 | 4F | 14 | 11 | 42 | 30 |
| Octal | 313 | 130 | 52 | 0 | 71 | 117 | 24 | 21 | 102 | 60 |
| Binary | 11001011 | 1011000 | 101010 | 0 | 111001 | 1001111 | 10100 | 10001 | 1000010 | 110000 |
Color Harmonies of #CB582A
Complementary color
Monochromatic Colors of #CB582A
Black with #CB582A
Text Example
Text Example
White with #CB582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB582A; }
p { color: rgb(203,88,42); }
H1.HeaderClassName
{
color: #CB582A;
}
.AnyTagClassName
{
color: #CB582A;
}
</style>
background-color css
<style>
a { background-color: #CB582A; }
a { background-color: rgb(203,88,42); }
div.DivClassName
{
background-color: #CB582A;
}
.BgClassName
{
background-color: #CB582A;
}
</style>
border-color css
<style>
span { border-color: #CB582A; }
span { border-color: rgb(203,88,42); }
td.TdClassName
{
border-color: #CB582A;
}
.TagClassName
{
border-color: #CB582A;
}
</style>