Shades of Persian Red #CC3632
Tints of Persian Red #CC3632
RGB
CMYK
RGB Variations
Color information
#CC3632 (or 0xCC3632) is known color: Persian Red. HEX triplet: CC, 36 and 32. RGB value is (204,54,50). Sum of RGB (Red+Green+Blue) = 204+54+50=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3632 is #33C9CD. Grayscale: #626262. Windows color (decimal): -3393998 or 3290828. OLE color: 3290828.
HSL color Cylindrical-coordinate representation of color #CC3632: hue angle of 1.56º 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 #CC3632 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 50 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.2 |
| HSL | 1.56º | 0.61% | 0.5% | - |
| HSV(B) | 1.56º | 0.75% | 0.8% | - |
| XYZ | 26.8 | 15.71 | 4.64 | - |
| YUV | 98.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 50 | 0 | 0.74 | 0.75 | 0.2 | 1.56 | 0.61 | 0.5 |
| Hex | CC | 36 | 32 | 0 | 4A | 4B | 14 | 2 | 3D | 32 |
| Octal | 314 | 66 | 62 | 0 | 112 | 113 | 24 | 2 | 75 | 62 |
| Binary | 11001100 | 110110 | 110010 | 0 | 1001010 | 1001011 | 10100 | 10 | 111101 | 110010 |
Color Harmonies of #CC3632
Complementary color
Monochromatic Colors of #CC3632
Black with #CC3632
Text Example
Text Example
White with #CC3632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3632; }
p { color: rgb(204,54,50); }
H1.HeaderClassName
{
color: #CC3632;
}
.AnyTagClassName
{
color: #CC3632;
}
</style>
background-color css
<style>
a { background-color: #CC3632; }
a { background-color: rgb(204,54,50); }
div.DivClassName
{
background-color: #CC3632;
}
.BgClassName
{
background-color: #CC3632;
}
</style>
border-color css
<style>
span { border-color: #CC3632; }
span { border-color: rgb(204,54,50); }
td.TdClassName
{
border-color: #CC3632;
}
.TagClassName
{
border-color: #CC3632;
}
</style>