Shades of Persian Red #CD413A
Tints of Persian Red #CD413A
RGB
CMYK
RGB Variations
Color information
#CD413A (or 0xCD413A) is known color: Persian Red. HEX triplet: CD, 41 and 3A. RGB value is (205,65,58). Sum of RGB (Red+Green+Blue) = 205+65+58=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD413A is #32BEC5. Grayscale: #6A6A6A. Windows color (decimal): -3325638 or 3817933. OLE color: 3817933.
HSL color Cylindrical-coordinate representation of color #CD413A: hue angle of 2.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD413A is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 58 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.20 |
| HSL | 2.86º | 0.6% | 0.52% | - |
| HSV(B) | 2.86º | 0.72% | 0.8% | - |
| XYZ | 27.83 | 17.07 | 5.83 | - |
| YUV | 106.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 58 | 0 | 0.68 | 0.72 | 0.20 | 2.86 | 0.6 | 0.52 |
| Hex | CD | 41 | 3A | 0 | 44 | 48 | 14 | 3 | 3C | 34 |
| Octal | 315 | 101 | 72 | 0 | 104 | 110 | 24 | 3 | 74 | 64 |
| Binary | 11001101 | 1000001 | 111010 | 0 | 1000100 | 1001000 | 10100 | 11 | 111100 | 110100 |
Color Harmonies of #CD413A
Complementary color
Monochromatic Colors of #CD413A
Black with #CD413A
Text Example
Text Example
White with #CD413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD413A; }
p { color: rgb(205,65,58); }
H1.HeaderClassName
{
color: #CD413A;
}
.AnyTagClassName
{
color: #CD413A;
}
</style>
background-color css
<style>
a { background-color: #CD413A; }
a { background-color: rgb(205,65,58); }
div.DivClassName
{
background-color: #CD413A;
}
.BgClassName
{
background-color: #CD413A;
}
</style>
border-color css
<style>
span { border-color: #CD413A; }
span { border-color: rgb(205,65,58); }
td.TdClassName
{
border-color: #CD413A;
}
.TagClassName
{
border-color: #CD413A;
}
</style>