Shades of Persian Red #CC3C38
Tints of Persian Red #CC3C38
RGB
CMYK
RGB Variations
Color information
#CC3C38 (or 0xCC3C38) is known color: Persian Red. HEX triplet: CC, 3C and 38. RGB value is (204,60,56). Sum of RGB (Red+Green+Blue) = 204+60+56=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C38 is #33C3C7. Grayscale: #666666. Windows color (decimal): -3392456 or 3685580. OLE color: 3685580.
HSL color Cylindrical-coordinate representation of color #CC3C38: hue angle of 1.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3C38 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 56 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.2 |
| HSL | 1.62º | 0.59% | 0.51% | - |
| HSV(B) | 1.62º | 0.73% | 0.8% | - |
| XYZ | 27.23 | 16.35 | 5.46 | - |
| YUV | 102.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 56 | 0 | 0.71 | 0.73 | 0.2 | 1.62 | 0.59 | 0.51 |
| Hex | CC | 3C | 38 | 0 | 47 | 49 | 14 | 2 | 3B | 33 |
| Octal | 314 | 74 | 70 | 0 | 107 | 111 | 24 | 2 | 73 | 63 |
| Binary | 11001100 | 111100 | 111000 | 0 | 1000111 | 1001001 | 10100 | 10 | 111011 | 110011 |
Color Harmonies of #CC3C38
Complementary color
Monochromatic Colors of #CC3C38
Black with #CC3C38
Text Example
Text Example
White with #CC3C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C38; }
p { color: rgb(204,60,56); }
H1.HeaderClassName
{
color: #CC3C38;
}
.AnyTagClassName
{
color: #CC3C38;
}
</style>
background-color css
<style>
a { background-color: #CC3C38; }
a { background-color: rgb(204,60,56); }
div.DivClassName
{
background-color: #CC3C38;
}
.BgClassName
{
background-color: #CC3C38;
}
</style>
border-color css
<style>
span { border-color: #CC3C38; }
span { border-color: rgb(204,60,56); }
td.TdClassName
{
border-color: #CC3C38;
}
.TagClassName
{
border-color: #CC3C38;
}
</style>