Shades of Persian Red #CC2B23
Tints of Persian Red #CC2B23
RGB
CMYK
RGB Variations
Color information
#CC2B23 (or 0xCC2B23) is known color: Persian Red. HEX triplet: CC, 2B and 23. RGB value is (204,43,35). Sum of RGB (Red+Green+Blue) = 204+43+35=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2B23 is #33D4DC. Grayscale: #5A5A5A. Windows color (decimal): -3396829 or 2304972. OLE color: 2304972.
HSL color Cylindrical-coordinate representation of color #CC2B23: hue angle of 2.84º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2B23 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 43 | 35 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.2 |
| HSL | 2.84º | 0.71% | 0.47% | - |
| HSV(B) | 2.84º | 0.83% | 0.8% | - |
| XYZ | 26.07 | 14.69 | 3.05 | - |
| YUV | 90.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 35 | 0 | 0.79 | 0.83 | 0.2 | 2.84 | 0.71 | 0.47 |
| Hex | CC | 2B | 23 | 0 | 4F | 53 | 14 | 3 | 47 | 2F |
| Octal | 314 | 53 | 43 | 0 | 117 | 123 | 24 | 3 | 107 | 57 |
| Binary | 11001100 | 101011 | 100011 | 0 | 1001111 | 1010011 | 10100 | 11 | 1000111 | 101111 |
Color Harmonies of #CC2B23
Complementary color
Monochromatic Colors of #CC2B23
Black with #CC2B23
Text Example
Text Example
White with #CC2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2B23; }
p { color: rgb(204,43,35); }
H1.HeaderClassName
{
color: #CC2B23;
}
.AnyTagClassName
{
color: #CC2B23;
}
</style>
background-color css
<style>
a { background-color: #CC2B23; }
a { background-color: rgb(204,43,35); }
div.DivClassName
{
background-color: #CC2B23;
}
.BgClassName
{
background-color: #CC2B23;
}
</style>
border-color css
<style>
span { border-color: #CC2B23; }
span { border-color: rgb(204,43,35); }
td.TdClassName
{
border-color: #CC2B23;
}
.TagClassName
{
border-color: #CC2B23;
}
</style>