Shades of Persian Red #CD3C37
Tints of Persian Red #CD3C37
RGB
CMYK
RGB Variations
Color information
#CD3C37 (or 0xCD3C37) is known color: Persian Red. HEX triplet: CD, 3C and 37. RGB value is (205,60,55). Sum of RGB (Red+Green+Blue) = 205+60+55=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C37 is #32C3C8. Grayscale: #666666. Windows color (decimal): -3326921 or 3620045. OLE color: 3620045.
HSL color Cylindrical-coordinate representation of color #CD3C37: hue angle of 2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3C37 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 55 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.20 |
| HSL | 2º | 0.6% | 0.51% | - |
| HSV(B) | 2º | 0.73% | 0.8% | - |
| XYZ | 27.48 | 16.49 | 5.35 | - |
| YUV | 102.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 55 | 0 | 0.71 | 0.73 | 0.20 | 2 | 0.6 | 0.51 |
| Hex | CD | 3C | 37 | 0 | 47 | 49 | 14 | 2 | 3C | 33 |
| Octal | 315 | 74 | 67 | 0 | 107 | 111 | 24 | 2 | 74 | 63 |
| Binary | 11001101 | 111100 | 110111 | 0 | 1000111 | 1001001 | 10100 | 10 | 111100 | 110011 |
Color Harmonies of #CD3C37
Complementary color
Monochromatic Colors of #CD3C37
Black with #CD3C37
Text Example
Text Example
White with #CD3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C37; }
p { color: rgb(205,60,55); }
H1.HeaderClassName
{
color: #CD3C37;
}
.AnyTagClassName
{
color: #CD3C37;
}
</style>
background-color css
<style>
a { background-color: #CD3C37; }
a { background-color: rgb(205,60,55); }
div.DivClassName
{
background-color: #CD3C37;
}
.BgClassName
{
background-color: #CD3C37;
}
</style>
border-color css
<style>
span { border-color: #CD3C37; }
span { border-color: rgb(205,60,55); }
td.TdClassName
{
border-color: #CD3C37;
}
.TagClassName
{
border-color: #CD3C37;
}
</style>