Shades of Chilean Fire #CC632B
Tints of Chilean Fire #CC632B
RGB
CMYK
RGB Variations
Color information
#CC632B (or 0xCC632B) is known color: Chilean Fire. HEX triplet: CC, 63 and 2B. RGB value is (204,99,43). Sum of RGB (Red+Green+Blue) = 204+99+43=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC632B is #339CD4. Grayscale: #7C7C7C. Windows color (decimal): -3382485 or 2843596. OLE color: 2843596.
HSL color Cylindrical-coordinate representation of color #CC632B: hue angle of 20.87º degrees, saturation: 0.65, 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 #CC632B is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 43 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.2 |
| HSL | 20.87º | 0.65% | 0.48% | - |
| HSV(B) | 20.87º | 0.79% | 0.8% | - |
| XYZ | 29.8 | 21.94 | 4.95 | - |
| YUV | 124.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 43 | 0 | 0.51 | 0.79 | 0.2 | 20.87 | 0.65 | 0.48 |
| Hex | CC | 63 | 2B | 0 | 33 | 4F | 14 | 15 | 41 | 30 |
| Octal | 314 | 143 | 53 | 0 | 63 | 117 | 24 | 25 | 101 | 60 |
| Binary | 11001100 | 1100011 | 101011 | 0 | 110011 | 1001111 | 10100 | 10101 | 1000001 | 110000 |
Color Harmonies of #CC632B
Complementary color
Monochromatic Colors of #CC632B
Black with #CC632B
Text Example
Text Example
White with #CC632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC632B; }
p { color: rgb(204,99,43); }
H1.HeaderClassName
{
color: #CC632B;
}
.AnyTagClassName
{
color: #CC632B;
}
</style>
background-color css
<style>
a { background-color: #CC632B; }
a { background-color: rgb(204,99,43); }
div.DivClassName
{
background-color: #CC632B;
}
.BgClassName
{
background-color: #CC632B;
}
</style>
border-color css
<style>
span { border-color: #CC632B; }
span { border-color: rgb(204,99,43); }
td.TdClassName
{
border-color: #CC632B;
}
.TagClassName
{
border-color: #CC632B;
}
</style>