Shades of Persian Red #CC3732
Tints of Persian Red #CC3732
RGB
CMYK
RGB Variations
Color information
#CC3732 (or 0xCC3732) is known color: Persian Red. HEX triplet: CC, 37 and 32. RGB value is (204,55,50). Sum of RGB (Red+Green+Blue) = 204+55+50=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3732 is #33C8CD. Grayscale: #636363. Windows color (decimal): -3393742 or 3291084. OLE color: 3291084.
HSL color Cylindrical-coordinate representation of color #CC3732: hue angle of 1.95º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3732 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 50 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.2 |
| HSL | 1.95º | 0.61% | 0.5% | - |
| HSV(B) | 1.95º | 0.75% | 0.8% | - |
| XYZ | 26.84 | 15.8 | 4.65 | - |
| YUV | 98.98 | 100.36 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 50 | 0 | 0.73 | 0.75 | 0.2 | 1.95 | 0.61 | 0.5 |
| Hex | CC | 37 | 32 | 0 | 49 | 4B | 14 | 2 | 3D | 32 |
| Octal | 314 | 67 | 62 | 0 | 111 | 113 | 24 | 2 | 75 | 62 |
| Binary | 11001100 | 110111 | 110010 | 0 | 1001001 | 1001011 | 10100 | 10 | 111101 | 110010 |
Color Harmonies of #CC3732
Complementary color
Monochromatic Colors of #CC3732
Black with #CC3732
Text Example
Text Example
White with #CC3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3732; }
p { color: rgb(204,55,50); }
H1.HeaderClassName
{
color: #CC3732;
}
.AnyTagClassName
{
color: #CC3732;
}
</style>
background-color css
<style>
a { background-color: #CC3732; }
a { background-color: rgb(204,55,50); }
div.DivClassName
{
background-color: #CC3732;
}
.BgClassName
{
background-color: #CC3732;
}
</style>
border-color css
<style>
span { border-color: #CC3732; }
span { border-color: rgb(204,55,50); }
td.TdClassName
{
border-color: #CC3732;
}
.TagClassName
{
border-color: #CC3732;
}
</style>