Shades of Persian Red #CD3D3C
Tints of Persian Red #CD3D3C
RGB
CMYK
RGB Variations
Color information
#CD3D3C (or 0xCD3D3C) is known color: Persian Red. HEX triplet: CD, 3D and 3C. RGB value is (205,61,60). Sum of RGB (Red+Green+Blue) = 205+61+60=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3D3C is #32C2C3. Grayscale: #686868. Windows color (decimal): -3326660 or 3947981. OLE color: 3947981.
HSL color Cylindrical-coordinate representation of color #CD3D3C: hue angle of 0.41º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3D3C is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 61 | 60 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.20 |
| HSL | 0.41º | 0.59% | 0.52% | - |
| HSV(B) | 0.41º | 0.71% | 0.8% | - |
| XYZ | 27.66 | 16.64 | 6.03 | - |
| YUV | 103.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 61 | 60 | 0 | 0.70 | 0.71 | 0.20 | 0.41 | 0.59 | 0.52 |
| Hex | CD | 3D | 3C | 0 | 46 | 47 | 14 | 0 | 3B | 34 |
| Octal | 315 | 75 | 74 | 0 | 106 | 107 | 24 | 0 | 73 | 64 |
| Binary | 11001101 | 111101 | 111100 | 0 | 1000110 | 1000111 | 10100 | 0 | 111011 | 110100 |
Color Harmonies of #CD3D3C
Complementary color
Monochromatic Colors of #CD3D3C
Black with #CD3D3C
Text Example
Text Example
White with #CD3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3D3C; }
p { color: rgb(205,61,60); }
H1.HeaderClassName
{
color: #CD3D3C;
}
.AnyTagClassName
{
color: #CD3D3C;
}
</style>
background-color css
<style>
a { background-color: #CD3D3C; }
a { background-color: rgb(205,61,60); }
div.DivClassName
{
background-color: #CD3D3C;
}
.BgClassName
{
background-color: #CD3D3C;
}
</style>
border-color css
<style>
span { border-color: #CD3D3C; }
span { border-color: rgb(205,61,60); }
td.TdClassName
{
border-color: #CD3D3C;
}
.TagClassName
{
border-color: #CD3D3C;
}
</style>