Shades of Persian Red #CC352B
Tints of Persian Red #CC352B
RGB
CMYK
RGB Variations
Color information
#CC352B (or 0xCC352B) is known color: Persian Red. HEX triplet: CC, 35 and 2B. RGB value is (204,53,43). Sum of RGB (Red+Green+Blue) = 204+53+43=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC352B is #33CAD4. Grayscale: #616161. Windows color (decimal): -3394261 or 2831820. OLE color: 2831820.
HSL color Cylindrical-coordinate representation of color #CC352B: hue angle of 3.73º 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 #CC352B is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 43 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.2 |
| HSL | 3.73º | 0.65% | 0.48% | - |
| HSV(B) | 3.73º | 0.79% | 0.8% | - |
| XYZ | 26.61 | 15.56 | 3.89 | - |
| YUV | 97.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 43 | 0 | 0.74 | 0.79 | 0.2 | 3.73 | 0.65 | 0.48 |
| Hex | CC | 35 | 2B | 0 | 4A | 4F | 14 | 4 | 41 | 30 |
| Octal | 314 | 65 | 53 | 0 | 112 | 117 | 24 | 4 | 101 | 60 |
| Binary | 11001100 | 110101 | 101011 | 0 | 1001010 | 1001111 | 10100 | 100 | 1000001 | 110000 |
Color Harmonies of #CC352B
Complementary color
Monochromatic Colors of #CC352B
Black with #CC352B
Text Example
Text Example
White with #CC352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC352B; }
p { color: rgb(204,53,43); }
H1.HeaderClassName
{
color: #CC352B;
}
.AnyTagClassName
{
color: #CC352B;
}
</style>
background-color css
<style>
a { background-color: #CC352B; }
a { background-color: rgb(204,53,43); }
div.DivClassName
{
background-color: #CC352B;
}
.BgClassName
{
background-color: #CC352B;
}
</style>
border-color css
<style>
span { border-color: #CC352B; }
span { border-color: rgb(204,53,43); }
td.TdClassName
{
border-color: #CC352B;
}
.TagClassName
{
border-color: #CC352B;
}
</style>