Shades of Persian Red #CD352C
Tints of Persian Red #CD352C
RGB
CMYK
RGB Variations
Color information
#CD352C (or 0xCD352C) is known color: Persian Red. HEX triplet: CD, 35 and 2C. RGB value is (205,53,44). Sum of RGB (Red+Green+Blue) = 205+53+44=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD352C is #32CAD3. Grayscale: #616161. Windows color (decimal): -3328724 or 2897357. OLE color: 2897357.
HSL color Cylindrical-coordinate representation of color #CD352C: hue angle of 3.35º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD352C is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 44 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.20 |
| HSL | 3.35º | 0.65% | 0.49% | - |
| HSV(B) | 3.35º | 0.79% | 0.8% | - |
| XYZ | 26.9 | 15.71 | 4 | - |
| YUV | 97.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 44 | 0 | 0.74 | 0.79 | 0.20 | 3.35 | 0.65 | 0.49 |
| Hex | CD | 35 | 2C | 0 | 4A | 4F | 14 | 3 | 41 | 31 |
| Octal | 315 | 65 | 54 | 0 | 112 | 117 | 24 | 3 | 101 | 61 |
| Binary | 11001101 | 110101 | 101100 | 0 | 1001010 | 1001111 | 10100 | 11 | 1000001 | 110001 |
Color Harmonies of #CD352C
Complementary color
Monochromatic Colors of #CD352C
Black with #CD352C
Text Example
Text Example
White with #CD352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD352C; }
p { color: rgb(205,53,44); }
H1.HeaderClassName
{
color: #CD352C;
}
.AnyTagClassName
{
color: #CD352C;
}
</style>
background-color css
<style>
a { background-color: #CD352C; }
a { background-color: rgb(205,53,44); }
div.DivClassName
{
background-color: #CD352C;
}
.BgClassName
{
background-color: #CD352C;
}
</style>
border-color css
<style>
span { border-color: #CD352C; }
span { border-color: rgb(205,53,44); }
td.TdClassName
{
border-color: #CD352C;
}
.TagClassName
{
border-color: #CD352C;
}
</style>