Shades of Persian Red #CC3C3A
Tints of Persian Red #CC3C3A
RGB
CMYK
RGB Variations
Color information
#CC3C3A (or 0xCC3C3A) is known color: Persian Red. HEX triplet: CC, 3C and 3A. RGB value is (204,60,58). Sum of RGB (Red+Green+Blue) = 204+60+58=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C3A is #33C3C5. Grayscale: #666666. Windows color (decimal): -3392454 or 3816652. OLE color: 3816652.
HSL color Cylindrical-coordinate representation of color #CC3C3A: hue angle of 0.82º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3C3A is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 58 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.2 |
| HSL | 0.82º | 0.59% | 0.51% | - |
| HSV(B) | 0.82º | 0.72% | 0.8% | - |
| XYZ | 27.28 | 16.37 | 5.73 | - |
| YUV | 102.83 | 102.71 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 58 | 0 | 0.71 | 0.72 | 0.2 | 0.82 | 0.59 | 0.51 |
| Hex | CC | 3C | 3A | 0 | 47 | 48 | 14 | 1 | 3B | 33 |
| Octal | 314 | 74 | 72 | 0 | 107 | 110 | 24 | 1 | 73 | 63 |
| Binary | 11001100 | 111100 | 111010 | 0 | 1000111 | 1001000 | 10100 | 1 | 111011 | 110011 |
Color Harmonies of #CC3C3A
Complementary color
Monochromatic Colors of #CC3C3A
Black with #CC3C3A
Text Example
Text Example
White with #CC3C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C3A; }
p { color: rgb(204,60,58); }
H1.HeaderClassName
{
color: #CC3C3A;
}
.AnyTagClassName
{
color: #CC3C3A;
}
</style>
background-color css
<style>
a { background-color: #CC3C3A; }
a { background-color: rgb(204,60,58); }
div.DivClassName
{
background-color: #CC3C3A;
}
.BgClassName
{
background-color: #CC3C3A;
}
</style>
border-color css
<style>
span { border-color: #CC3C3A; }
span { border-color: rgb(204,60,58); }
td.TdClassName
{
border-color: #CC3C3A;
}
.TagClassName
{
border-color: #CC3C3A;
}
</style>