Shades of Chilean Fire #CB583A
Tints of Chilean Fire #CB583A
RGB
CMYK
RGB Variations
Color information
#CB583A (or 0xCB583A) is known color: Chilean Fire. HEX triplet: CB, 58 and 3A. RGB value is (203,88,58). Sum of RGB (Red+Green+Blue) = 203+88+58=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB583A is #34A7C5. Grayscale: #777777. Windows color (decimal): -3450822 or 3823819. OLE color: 3823819.
HSL color Cylindrical-coordinate representation of color #CB583A: hue angle of 12.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB583A is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 58 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.20 |
| HSL | 12.41º | 0.58% | 0.51% | - |
| HSV(B) | 12.41º | 0.71% | 0.8% | - |
| XYZ | 28.88 | 19.98 | 6.34 | - |
| YUV | 118.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 58 | 0 | 0.57 | 0.71 | 0.20 | 12.41 | 0.58 | 0.51 |
| Hex | CB | 58 | 3A | 0 | 39 | 47 | 14 | C | 3A | 33 |
| Octal | 313 | 130 | 72 | 0 | 71 | 107 | 24 | 14 | 72 | 63 |
| Binary | 11001011 | 1011000 | 111010 | 0 | 111001 | 1000111 | 10100 | 1100 | 111010 | 110011 |
Color Harmonies of #CB583A
Complementary color
Monochromatic Colors of #CB583A
Black with #CB583A
Text Example
Text Example
White with #CB583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB583A; }
p { color: rgb(203,88,58); }
H1.HeaderClassName
{
color: #CB583A;
}
.AnyTagClassName
{
color: #CB583A;
}
</style>
background-color css
<style>
a { background-color: #CB583A; }
a { background-color: rgb(203,88,58); }
div.DivClassName
{
background-color: #CB583A;
}
.BgClassName
{
background-color: #CB583A;
}
</style>
border-color css
<style>
span { border-color: #CB583A; }
span { border-color: rgb(203,88,58); }
td.TdClassName
{
border-color: #CB583A;
}
.TagClassName
{
border-color: #CB583A;
}
</style>