Shades of Persian Red #CC3A25
Tints of Persian Red #CC3A25
RGB
CMYK
RGB Variations
Color information
#CC3A25 (or 0xCC3A25) is known color: Persian Red. HEX triplet: CC, 3A and 25. RGB value is (204,58,37). Sum of RGB (Red+Green+Blue) = 204+58+37=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A25 is #33C5DA. Grayscale: #636363. Windows color (decimal): -3392987 or 2439884. OLE color: 2439884.
HSL color Cylindrical-coordinate representation of color #CC3A25: hue angle of 7.54º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC3A25 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 37 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.2 |
| HSL | 7.54º | 0.69% | 0.47% | - |
| HSV(B) | 7.54º | 0.82% | 0.8% | - |
| XYZ | 26.75 | 16 | 3.43 | - |
| YUV | 99.26 | 92.87 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 37 | 0 | 0.72 | 0.82 | 0.2 | 7.54 | 0.69 | 0.47 |
| Hex | CC | 3A | 25 | 0 | 48 | 52 | 14 | 8 | 45 | 2F |
| Octal | 314 | 72 | 45 | 0 | 110 | 122 | 24 | 10 | 105 | 57 |
| Binary | 11001100 | 111010 | 100101 | 0 | 1001000 | 1010010 | 10100 | 1000 | 1000101 | 101111 |
Color Harmonies of #CC3A25
Complementary color
Monochromatic Colors of #CC3A25
Black with #CC3A25
Text Example
Text Example
White with #CC3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A25; }
p { color: rgb(204,58,37); }
H1.HeaderClassName
{
color: #CC3A25;
}
.AnyTagClassName
{
color: #CC3A25;
}
</style>
background-color css
<style>
a { background-color: #CC3A25; }
a { background-color: rgb(204,58,37); }
div.DivClassName
{
background-color: #CC3A25;
}
.BgClassName
{
background-color: #CC3A25;
}
</style>
border-color css
<style>
span { border-color: #CC3A25; }
span { border-color: rgb(204,58,37); }
td.TdClassName
{
border-color: #CC3A25;
}
.TagClassName
{
border-color: #CC3A25;
}
</style>