Shades of Persian Red #CC2A25
Tints of Persian Red #CC2A25
RGB
CMYK
RGB Variations
Color information
#CC2A25 (or 0xCC2A25) is known color: Persian Red. HEX triplet: CC, 2A and 25. RGB value is (204,42,37). Sum of RGB (Red+Green+Blue) = 204+42+37=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A25 is #33D5DA. Grayscale: #5A5A5A. Windows color (decimal): -3397083 or 2435788. OLE color: 2435788.
HSL color Cylindrical-coordinate representation of color #CC2A25: hue angle of 1.8º 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 #CC2A25 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 37 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.2 |
| HSL | 1.8º | 0.69% | 0.47% | - |
| HSV(B) | 1.8º | 0.82% | 0.8% | - |
| XYZ | 26.06 | 14.63 | 3.2 | - |
| YUV | 89.87 | 98.17 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 37 | 0 | 0.79 | 0.82 | 0.2 | 1.8 | 0.69 | 0.47 |
| Hex | CC | 2A | 25 | 0 | 4F | 52 | 14 | 2 | 45 | 2F |
| Octal | 314 | 52 | 45 | 0 | 117 | 122 | 24 | 2 | 105 | 57 |
| Binary | 11001100 | 101010 | 100101 | 0 | 1001111 | 1010010 | 10100 | 10 | 1000101 | 101111 |
Color Harmonies of #CC2A25
Complementary color
Monochromatic Colors of #CC2A25
Black with #CC2A25
Text Example
Text Example
White with #CC2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2A25; }
p { color: rgb(204,42,37); }
H1.HeaderClassName
{
color: #CC2A25;
}
.AnyTagClassName
{
color: #CC2A25;
}
</style>
background-color css
<style>
a { background-color: #CC2A25; }
a { background-color: rgb(204,42,37); }
div.DivClassName
{
background-color: #CC2A25;
}
.BgClassName
{
background-color: #CC2A25;
}
</style>
border-color css
<style>
span { border-color: #CC2A25; }
span { border-color: rgb(204,42,37); }
td.TdClassName
{
border-color: #CC2A25;
}
.TagClassName
{
border-color: #CC2A25;
}
</style>