Shades of Persian Red #CD352E
Tints of Persian Red #CD352E
RGB
CMYK
RGB Variations
Color information
#CD352E (or 0xCD352E) is known color: Persian Red. HEX triplet: CD, 35 and 2E. RGB value is (205,53,46). Sum of RGB (Red+Green+Blue) = 205+53+46=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD352E is #32CAD1. Grayscale: #616161. Windows color (decimal): -3328722 or 3028429. OLE color: 3028429.
HSL color Cylindrical-coordinate representation of color #CD352E: hue angle of 2.64º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD352E is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 46 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.20 |
| HSL | 2.64º | 0.63% | 0.49% | - |
| HSV(B) | 2.64º | 0.78% | 0.8% | - |
| XYZ | 26.94 | 15.72 | 4.2 | - |
| YUV | 97.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 46 | 0 | 0.74 | 0.78 | 0.20 | 2.64 | 0.63 | 0.49 |
| Hex | CD | 35 | 2E | 0 | 4A | 4E | 14 | 3 | 3F | 31 |
| Octal | 315 | 65 | 56 | 0 | 112 | 116 | 24 | 3 | 77 | 61 |
| Binary | 11001101 | 110101 | 101110 | 0 | 1001010 | 1001110 | 10100 | 11 | 111111 | 110001 |
Color Harmonies of #CD352E
Complementary color
Monochromatic Colors of #CD352E
Black with #CD352E
Text Example
Text Example
White with #CD352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD352E; }
p { color: rgb(205,53,46); }
H1.HeaderClassName
{
color: #CD352E;
}
.AnyTagClassName
{
color: #CD352E;
}
</style>
background-color css
<style>
a { background-color: #CD352E; }
a { background-color: rgb(205,53,46); }
div.DivClassName
{
background-color: #CD352E;
}
.BgClassName
{
background-color: #CD352E;
}
</style>
border-color css
<style>
span { border-color: #CD352E; }
span { border-color: rgb(205,53,46); }
td.TdClassName
{
border-color: #CD352E;
}
.TagClassName
{
border-color: #CD352E;
}
</style>