Shades of Persian Red #CC3D33
Tints of Persian Red #CC3D33
RGB
CMYK
RGB Variations
Color information
#CC3D33 (or 0xCC3D33) is known color: Persian Red. HEX triplet: CC, 3D and 33. RGB value is (204,61,51). Sum of RGB (Red+Green+Blue) = 204+61+51=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D33 is #33C2CC. Grayscale: #666666. Windows color (decimal): -3392205 or 3358156. OLE color: 3358156.
HSL color Cylindrical-coordinate representation of color #CC3D33: hue angle of 3.92º 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 #CC3D33 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 61 | 51 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.2 |
| HSL | 3.92º | 0.6% | 0.5% | - |
| HSV(B) | 3.92º | 0.75% | 0.8% | - |
| XYZ | 27.17 | 16.41 | 4.87 | - |
| YUV | 102.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 51 | 0 | 0.70 | 0.75 | 0.2 | 3.92 | 0.6 | 0.5 |
| Hex | CC | 3D | 33 | 0 | 46 | 4B | 14 | 4 | 3C | 32 |
| Octal | 314 | 75 | 63 | 0 | 106 | 113 | 24 | 4 | 74 | 62 |
| Binary | 11001100 | 111101 | 110011 | 0 | 1000110 | 1001011 | 10100 | 100 | 111100 | 110010 |
Color Harmonies of #CC3D33
Complementary color
Monochromatic Colors of #CC3D33
Black with #CC3D33
Text Example
Text Example
White with #CC3D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3D33; }
p { color: rgb(204,61,51); }
H1.HeaderClassName
{
color: #CC3D33;
}
.AnyTagClassName
{
color: #CC3D33;
}
</style>
background-color css
<style>
a { background-color: #CC3D33; }
a { background-color: rgb(204,61,51); }
div.DivClassName
{
background-color: #CC3D33;
}
.BgClassName
{
background-color: #CC3D33;
}
</style>
border-color css
<style>
span { border-color: #CC3D33; }
span { border-color: rgb(204,61,51); }
td.TdClassName
{
border-color: #CC3D33;
}
.TagClassName
{
border-color: #CC3D33;
}
</style>