Shades of Persian Red #CD3C25
Tints of Persian Red #CD3C25
RGB
CMYK
RGB Variations
Color information
#CD3C25 (or 0xCD3C25) is known color: Persian Red. HEX triplet: CD, 3C and 25. RGB value is (205,60,37). Sum of RGB (Red+Green+Blue) = 205+60+37=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C25 is #32C3DA. Grayscale: #646464. Windows color (decimal): -3326939 or 2440397. OLE color: 2440397.
HSL color Cylindrical-coordinate representation of color #CD3C25: hue angle of 8.21º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD3C25 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 37 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.20 |
| HSL | 8.21º | 0.69% | 0.47% | - |
| HSV(B) | 8.21º | 0.82% | 0.8% | - |
| XYZ | 27.13 | 16.34 | 3.48 | - |
| YUV | 100.73 | 92.04 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 37 | 0 | 0.71 | 0.82 | 0.20 | 8.21 | 0.69 | 0.47 |
| Hex | CD | 3C | 25 | 0 | 47 | 52 | 14 | 8 | 45 | 2F |
| Octal | 315 | 74 | 45 | 0 | 107 | 122 | 24 | 10 | 105 | 57 |
| Binary | 11001101 | 111100 | 100101 | 0 | 1000111 | 1010010 | 10100 | 1000 | 1000101 | 101111 |
Color Harmonies of #CD3C25
Complementary color
Monochromatic Colors of #CD3C25
Black with #CD3C25
Text Example
Text Example
White with #CD3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C25; }
p { color: rgb(205,60,37); }
H1.HeaderClassName
{
color: #CD3C25;
}
.AnyTagClassName
{
color: #CD3C25;
}
</style>
background-color css
<style>
a { background-color: #CD3C25; }
a { background-color: rgb(205,60,37); }
div.DivClassName
{
background-color: #CD3C25;
}
.BgClassName
{
background-color: #CD3C25;
}
</style>
border-color css
<style>
span { border-color: #CD3C25; }
span { border-color: rgb(205,60,37); }
td.TdClassName
{
border-color: #CD3C25;
}
.TagClassName
{
border-color: #CD3C25;
}
</style>