Shades of Chilean Fire #CC622C
Tints of Chilean Fire #CC622C
RGB
CMYK
RGB Variations
Color information
#CC622C (or 0xCC622C) is known color: Chilean Fire. HEX triplet: CC, 62 and 2C. RGB value is (204,98,44). Sum of RGB (Red+Green+Blue) = 204+98+44=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC622C is #339DD3. Grayscale: #7B7B7B. Windows color (decimal): -3382740 or 2908876. OLE color: 2908876.
HSL color Cylindrical-coordinate representation of color #CC622C: hue angle of 20.25º degrees, saturation: 0.65, 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 #CC622C is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 44 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.2 |
| HSL | 20.25º | 0.65% | 0.49% | - |
| HSV(B) | 20.25º | 0.78% | 0.8% | - |
| XYZ | 29.72 | 21.75 | 5.02 | - |
| YUV | 123.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 44 | 0 | 0.52 | 0.78 | 0.2 | 20.25 | 0.65 | 0.49 |
| Hex | CC | 62 | 2C | 0 | 34 | 4E | 14 | 14 | 41 | 31 |
| Octal | 314 | 142 | 54 | 0 | 64 | 116 | 24 | 24 | 101 | 61 |
| Binary | 11001100 | 1100010 | 101100 | 0 | 110100 | 1001110 | 10100 | 10100 | 1000001 | 110001 |
Color Harmonies of #CC622C
Complementary color
Monochromatic Colors of #CC622C
Black with #CC622C
Text Example
Text Example
White with #CC622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC622C; }
p { color: rgb(204,98,44); }
H1.HeaderClassName
{
color: #CC622C;
}
.AnyTagClassName
{
color: #CC622C;
}
</style>
background-color css
<style>
a { background-color: #CC622C; }
a { background-color: rgb(204,98,44); }
div.DivClassName
{
background-color: #CC622C;
}
.BgClassName
{
background-color: #CC622C;
}
</style>
border-color css
<style>
span { border-color: #CC622C; }
span { border-color: rgb(204,98,44); }
td.TdClassName
{
border-color: #CC622C;
}
.TagClassName
{
border-color: #CC622C;
}
</style>