Shades of Persian Red #CD3E3C
Tints of Persian Red #CD3E3C
RGB
CMYK
RGB Variations
Color information
#CD3E3C (or 0xCD3E3C) is known color: Persian Red. HEX triplet: CD, 3E and 3C. RGB value is (205,62,60). Sum of RGB (Red+Green+Blue) = 205+62+60=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E3C is #32C1C3. Grayscale: #686868. Windows color (decimal): -3326404 or 3948237. OLE color: 3948237.
HSL color Cylindrical-coordinate representation of color #CD3E3C: hue angle of 0.83º 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 #CD3E3C is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 62 | 60 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.20 |
| HSL | 0.83º | 0.59% | 0.52% | - |
| HSV(B) | 0.83º | 0.71% | 0.8% | - |
| XYZ | 27.72 | 16.75 | 6.05 | - |
| YUV | 104.53 | 102.88 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 62 | 60 | 0 | 0.70 | 0.71 | 0.20 | 0.83 | 0.59 | 0.52 |
| Hex | CD | 3E | 3C | 0 | 46 | 47 | 14 | 1 | 3B | 34 |
| Octal | 315 | 76 | 74 | 0 | 106 | 107 | 24 | 1 | 73 | 64 |
| Binary | 11001101 | 111110 | 111100 | 0 | 1000110 | 1000111 | 10100 | 1 | 111011 | 110100 |
Color Harmonies of #CD3E3C
Complementary color
Monochromatic Colors of #CD3E3C
Black with #CD3E3C
Text Example
Text Example
White with #CD3E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3E3C; }
p { color: rgb(205,62,60); }
H1.HeaderClassName
{
color: #CD3E3C;
}
.AnyTagClassName
{
color: #CD3E3C;
}
</style>
background-color css
<style>
a { background-color: #CD3E3C; }
a { background-color: rgb(205,62,60); }
div.DivClassName
{
background-color: #CD3E3C;
}
.BgClassName
{
background-color: #CD3E3C;
}
</style>
border-color css
<style>
span { border-color: #CD3E3C; }
span { border-color: rgb(205,62,60); }
td.TdClassName
{
border-color: #CD3E3C;
}
.TagClassName
{
border-color: #CD3E3C;
}
</style>