Shades of Persian Red #CD3C31
Tints of Persian Red #CD3C31
RGB
CMYK
RGB Variations
Color information
#CD3C31 (or 0xCD3C31) is known color: Persian Red. HEX triplet: CD, 3C and 31. RGB value is (205,60,49). Sum of RGB (Red+Green+Blue) = 205+60+49=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C31 is #32C3CE. Grayscale: #666666. Windows color (decimal): -3326927 or 3226829. OLE color: 3226829.
HSL color Cylindrical-coordinate representation of color #CD3C31: hue angle of 4.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3C31 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 49 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.20 |
| HSL | 4.23º | 0.61% | 0.5% | - |
| HSV(B) | 4.23º | 0.76% | 0.8% | - |
| XYZ | 27.35 | 16.43 | 4.64 | - |
| YUV | 102.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 49 | 0 | 0.71 | 0.76 | 0.20 | 4.23 | 0.61 | 0.5 |
| Hex | CD | 3C | 31 | 0 | 47 | 4C | 14 | 4 | 3D | 32 |
| Octal | 315 | 74 | 61 | 0 | 107 | 114 | 24 | 4 | 75 | 62 |
| Binary | 11001101 | 111100 | 110001 | 0 | 1000111 | 1001100 | 10100 | 100 | 111101 | 110010 |
Color Harmonies of #CD3C31
Complementary color
Monochromatic Colors of #CD3C31
Black with #CD3C31
Text Example
Text Example
White with #CD3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C31; }
p { color: rgb(205,60,49); }
H1.HeaderClassName
{
color: #CD3C31;
}
.AnyTagClassName
{
color: #CD3C31;
}
</style>
background-color css
<style>
a { background-color: #CD3C31; }
a { background-color: rgb(205,60,49); }
div.DivClassName
{
background-color: #CD3C31;
}
.BgClassName
{
background-color: #CD3C31;
}
</style>
border-color css
<style>
span { border-color: #CD3C31; }
span { border-color: rgb(205,60,49); }
td.TdClassName
{
border-color: #CD3C31;
}
.TagClassName
{
border-color: #CD3C31;
}
</style>