Shades of Persian Red #CC2726
Tints of Persian Red #CC2726
RGB
CMYK
RGB Variations
Color information
#CC2726 (or 0xCC2726) is known color: Persian Red. HEX triplet: CC, 27 and 26. RGB value is (204,39,38). Sum of RGB (Red+Green+Blue) = 204+39+38=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2726 is #33D8D9. Grayscale: #585858. Windows color (decimal): -3397850 or 2500556. OLE color: 2500556.
HSL color Cylindrical-coordinate representation of color #CC2726: hue angle of 0.36º 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 #CC2726 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 38 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.2 |
| HSL | 0.36º | 0.69% | 0.47% | - |
| HSV(B) | 0.36º | 0.81% | 0.8% | - |
| XYZ | 25.98 | 14.43 | 3.25 | - |
| YUV | 88.22 | 99.66 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 38 | 0 | 0.81 | 0.81 | 0.2 | 0.36 | 0.69 | 0.47 |
| Hex | CC | 27 | 26 | 0 | 51 | 51 | 14 | 0 | 45 | 2F |
| Octal | 314 | 47 | 46 | 0 | 121 | 121 | 24 | 0 | 105 | 57 |
| Binary | 11001100 | 100111 | 100110 | 0 | 1010001 | 1010001 | 10100 | 0 | 1000101 | 101111 |
Color Harmonies of #CC2726
Complementary color
Monochromatic Colors of #CC2726
Black with #CC2726
Text Example
Text Example
White with #CC2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2726; }
p { color: rgb(204,39,38); }
H1.HeaderClassName
{
color: #CC2726;
}
.AnyTagClassName
{
color: #CC2726;
}
</style>
background-color css
<style>
a { background-color: #CC2726; }
a { background-color: rgb(204,39,38); }
div.DivClassName
{
background-color: #CC2726;
}
.BgClassName
{
background-color: #CC2726;
}
</style>
border-color css
<style>
span { border-color: #CC2726; }
span { border-color: rgb(204,39,38); }
td.TdClassName
{
border-color: #CC2726;
}
.TagClassName
{
border-color: #CC2726;
}
</style>