Shades of Persian Red #CC3526
Tints of Persian Red #CC3526
RGB
CMYK
RGB Variations
Color information
#CC3526 (or 0xCC3526) is known color: Persian Red. HEX triplet: CC, 35 and 26. RGB value is (204,53,38). Sum of RGB (Red+Green+Blue) = 204+53+38=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3526 is #33CAD9. Grayscale: #606060. Windows color (decimal): -3394266 or 2504140. OLE color: 2504140.
HSL color Cylindrical-coordinate representation of color #CC3526: hue angle of 5.42º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC3526 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 38 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.2 |
| HSL | 5.42º | 0.69% | 0.47% | - |
| HSV(B) | 5.42º | 0.81% | 0.8% | - |
| XYZ | 26.52 | 15.52 | 3.43 | - |
| YUV | 96.44 | 95.03 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 38 | 0 | 0.74 | 0.81 | 0.2 | 5.42 | 0.69 | 0.47 |
| Hex | CC | 35 | 26 | 0 | 4A | 51 | 14 | 5 | 45 | 2F |
| Octal | 314 | 65 | 46 | 0 | 112 | 121 | 24 | 5 | 105 | 57 |
| Binary | 11001100 | 110101 | 100110 | 0 | 1001010 | 1010001 | 10100 | 101 | 1000101 | 101111 |
Color Harmonies of #CC3526
Complementary color
Monochromatic Colors of #CC3526
Black with #CC3526
Text Example
Text Example
White with #CC3526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3526; }
p { color: rgb(204,53,38); }
H1.HeaderClassName
{
color: #CC3526;
}
.AnyTagClassName
{
color: #CC3526;
}
</style>
background-color css
<style>
a { background-color: #CC3526; }
a { background-color: rgb(204,53,38); }
div.DivClassName
{
background-color: #CC3526;
}
.BgClassName
{
background-color: #CC3526;
}
</style>
border-color css
<style>
span { border-color: #CC3526; }
span { border-color: rgb(204,53,38); }
td.TdClassName
{
border-color: #CC3526;
}
.TagClassName
{
border-color: #CC3526;
}
</style>