Shades of Chilean Fire #CC622D
Tints of Chilean Fire #CC622D
RGB
CMYK
RGB Variations
Color information
#CC622D (or 0xCC622D) is known color: Chilean Fire. HEX triplet: CC, 62 and 2D. RGB value is (204,98,45). Sum of RGB (Red+Green+Blue) = 204+98+45=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC622D is #339DD2. Grayscale: #7B7B7B. Windows color (decimal): -3382739 or 2974412. OLE color: 2974412.
HSL color Cylindrical-coordinate representation of color #CC622D: hue angle of 20º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC622D is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 45 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.2 |
| HSL | 20º | 0.64% | 0.49% | - |
| HSV(B) | 20º | 0.78% | 0.8% | - |
| XYZ | 29.74 | 21.76 | 5.12 | - |
| YUV | 123.65 | 83.62 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 45 | 0 | 0.52 | 0.78 | 0.2 | 20 | 0.64 | 0.49 |
| Hex | CC | 62 | 2D | 0 | 34 | 4E | 14 | 14 | 40 | 31 |
| Octal | 314 | 142 | 55 | 0 | 64 | 116 | 24 | 24 | 100 | 61 |
| Binary | 11001100 | 1100010 | 101101 | 0 | 110100 | 1001110 | 10100 | 10100 | 1000000 | 110001 |
Color Harmonies of #CC622D
Complementary color
Monochromatic Colors of #CC622D
Black with #CC622D
Text Example
Text Example
White with #CC622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC622D; }
p { color: rgb(204,98,45); }
H1.HeaderClassName
{
color: #CC622D;
}
.AnyTagClassName
{
color: #CC622D;
}
</style>
background-color css
<style>
a { background-color: #CC622D; }
a { background-color: rgb(204,98,45); }
div.DivClassName
{
background-color: #CC622D;
}
.BgClassName
{
background-color: #CC622D;
}
</style>
border-color css
<style>
span { border-color: #CC622D; }
span { border-color: rgb(204,98,45); }
td.TdClassName
{
border-color: #CC622D;
}
.TagClassName
{
border-color: #CC622D;
}
</style>