Shades of Persian Red #CC2D23
Tints of Persian Red #CC2D23
RGB
CMYK
RGB Variations
Color information
#CC2D23 (or 0xCC2D23) is known color: Persian Red. HEX triplet: CC, 2D and 23. RGB value is (204,45,35). Sum of RGB (Red+Green+Blue) = 204+45+35=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2D23 is #33D2DC. Grayscale: #5B5B5B. Windows color (decimal): -3396317 or 2305484. OLE color: 2305484.
HSL color Cylindrical-coordinate representation of color #CC2D23: hue angle of 3.55º 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 #CC2D23 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 35 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.2 |
| HSL | 3.55º | 0.71% | 0.47% | - |
| HSV(B) | 3.55º | 0.83% | 0.8% | - |
| XYZ | 26.14 | 14.84 | 3.08 | - |
| YUV | 91.4 | 96.18 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 35 | 0 | 0.78 | 0.83 | 0.2 | 3.55 | 0.71 | 0.47 |
| Hex | CC | 2D | 23 | 0 | 4E | 53 | 14 | 4 | 47 | 2F |
| Octal | 314 | 55 | 43 | 0 | 116 | 123 | 24 | 4 | 107 | 57 |
| Binary | 11001100 | 101101 | 100011 | 0 | 1001110 | 1010011 | 10100 | 100 | 1000111 | 101111 |
Color Harmonies of #CC2D23
Complementary color
Monochromatic Colors of #CC2D23
Black with #CC2D23
Text Example
Text Example
White with #CC2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D23; }
p { color: rgb(204,45,35); }
H1.HeaderClassName
{
color: #CC2D23;
}
.AnyTagClassName
{
color: #CC2D23;
}
</style>
background-color css
<style>
a { background-color: #CC2D23; }
a { background-color: rgb(204,45,35); }
div.DivClassName
{
background-color: #CC2D23;
}
.BgClassName
{
background-color: #CC2D23;
}
</style>
border-color css
<style>
span { border-color: #CC2D23; }
span { border-color: rgb(204,45,35); }
td.TdClassName
{
border-color: #CC2D23;
}
.TagClassName
{
border-color: #CC2D23;
}
</style>