Shades of Persian Red #CC3A33
Tints of Persian Red #CC3A33
RGB
CMYK
RGB Variations
Color information
#CC3A33 (or 0xCC3A33) is known color: Persian Red. HEX triplet: CC, 3A and 33. RGB value is (204,58,51). Sum of RGB (Red+Green+Blue) = 204+58+51=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A33 is #33C5CC. Grayscale: #656565. Windows color (decimal): -3392973 or 3357388. OLE color: 3357388.
HSL color Cylindrical-coordinate representation of color #CC3A33: hue angle of 2.75º degrees, saturation: 0.6, 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 #CC3A33 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 51 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.2 |
| HSL | 2.75º | 0.6% | 0.5% | - |
| HSV(B) | 2.75º | 0.75% | 0.8% | - |
| XYZ | 27.01 | 16.1 | 4.82 | - |
| YUV | 100.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 51 | 0 | 0.72 | 0.75 | 0.2 | 2.75 | 0.6 | 0.5 |
| Hex | CC | 3A | 33 | 0 | 48 | 4B | 14 | 3 | 3C | 32 |
| Octal | 314 | 72 | 63 | 0 | 110 | 113 | 24 | 3 | 74 | 62 |
| Binary | 11001100 | 111010 | 110011 | 0 | 1001000 | 1001011 | 10100 | 11 | 111100 | 110010 |
Color Harmonies of #CC3A33
Complementary color
Monochromatic Colors of #CC3A33
Black with #CC3A33
Text Example
Text Example
White with #CC3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A33; }
p { color: rgb(204,58,51); }
H1.HeaderClassName
{
color: #CC3A33;
}
.AnyTagClassName
{
color: #CC3A33;
}
</style>
background-color css
<style>
a { background-color: #CC3A33; }
a { background-color: rgb(204,58,51); }
div.DivClassName
{
background-color: #CC3A33;
}
.BgClassName
{
background-color: #CC3A33;
}
</style>
border-color css
<style>
span { border-color: #CC3A33; }
span { border-color: rgb(204,58,51); }
td.TdClassName
{
border-color: #CC3A33;
}
.TagClassName
{
border-color: #CC3A33;
}
</style>