Shades of Persian Red #CD352D
Tints of Persian Red #CD352D
RGB
CMYK
RGB Variations
Color information
#CD352D (or 0xCD352D) is known color: Persian Red. HEX triplet: CD, 35 and 2D. RGB value is (205,53,45). Sum of RGB (Red+Green+Blue) = 205+53+45=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD352D is #32CAD2. Grayscale: #616161. Windows color (decimal): -3328723 or 2962893. OLE color: 2962893.
HSL color Cylindrical-coordinate representation of color #CD352D: hue angle of 3º degrees, saturation: 0.64, 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 #CD352D is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 45 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.20 |
| HSL | 3º | 0.64% | 0.49% | - |
| HSV(B) | 3º | 0.78% | 0.8% | - |
| XYZ | 26.92 | 15.71 | 4.1 | - |
| YUV | 97.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 45 | 0 | 0.74 | 0.78 | 0.20 | 3 | 0.64 | 0.49 |
| Hex | CD | 35 | 2D | 0 | 4A | 4E | 14 | 3 | 40 | 31 |
| Octal | 315 | 65 | 55 | 0 | 112 | 116 | 24 | 3 | 100 | 61 |
| Binary | 11001101 | 110101 | 101101 | 0 | 1001010 | 1001110 | 10100 | 11 | 1000000 | 110001 |
Color Harmonies of #CD352D
Complementary color
Monochromatic Colors of #CD352D
Black with #CD352D
Text Example
Text Example
White with #CD352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD352D; }
p { color: rgb(205,53,45); }
H1.HeaderClassName
{
color: #CD352D;
}
.AnyTagClassName
{
color: #CD352D;
}
</style>
background-color css
<style>
a { background-color: #CD352D; }
a { background-color: rgb(205,53,45); }
div.DivClassName
{
background-color: #CD352D;
}
.BgClassName
{
background-color: #CD352D;
}
</style>
border-color css
<style>
span { border-color: #CD352D; }
span { border-color: rgb(205,53,45); }
td.TdClassName
{
border-color: #CD352D;
}
.TagClassName
{
border-color: #CD352D;
}
</style>