Shades of Chilean Fire #CC622A
Tints of Chilean Fire #CC622A
RGB
CMYK
RGB Variations
Color information
#CC622A (or 0xCC622A) is known color: Chilean Fire. HEX triplet: CC, 62 and 2A. RGB value is (204,98,42). Sum of RGB (Red+Green+Blue) = 204+98+42=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC622A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC622A is #339DD5. Grayscale: #7B7B7B. Windows color (decimal): -3382742 or 2777804. OLE color: 2777804.
HSL color Cylindrical-coordinate representation of color #CC622A: hue angle of 20.74º 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 #CC622A is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 42 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.2 |
| HSL | 20.74º | 0.66% | 0.48% | - |
| HSV(B) | 20.74º | 0.79% | 0.8% | - |
| XYZ | 29.69 | 21.74 | 4.82 | - |
| YUV | 123.31 | 82.12 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 42 | 0 | 0.52 | 0.79 | 0.2 | 20.74 | 0.66 | 0.48 |
| Hex | CC | 62 | 2A | 0 | 34 | 4F | 14 | 15 | 42 | 30 |
| Octal | 314 | 142 | 52 | 0 | 64 | 117 | 24 | 25 | 102 | 60 |
| Binary | 11001100 | 1100010 | 101010 | 0 | 110100 | 1001111 | 10100 | 10101 | 1000010 | 110000 |
Color Harmonies of #CC622A
Complementary color
Monochromatic Colors of #CC622A
Black with #CC622A
Text Example
Text Example
White with #CC622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC622A; }
p { color: rgb(204,98,42); }
H1.HeaderClassName
{
color: #CC622A;
}
.AnyTagClassName
{
color: #CC622A;
}
</style>
background-color css
<style>
a { background-color: #CC622A; }
a { background-color: rgb(204,98,42); }
div.DivClassName
{
background-color: #CC622A;
}
.BgClassName
{
background-color: #CC622A;
}
</style>
border-color css
<style>
span { border-color: #CC622A; }
span { border-color: rgb(204,98,42); }
td.TdClassName
{
border-color: #CC622A;
}
.TagClassName
{
border-color: #CC622A;
}
</style>