Shades of Persian Red #CD413B
Tints of Persian Red #CD413B
RGB
CMYK
RGB Variations
Color information
#CD413B (or 0xCD413B) is known color: Persian Red. HEX triplet: CD, 41 and 3B. RGB value is (205,65,59). Sum of RGB (Red+Green+Blue) = 205+65+59=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD413B is #32BEC4. Grayscale: #6A6A6A. Windows color (decimal): -3325637 or 3883469. OLE color: 3883469.
HSL color Cylindrical-coordinate representation of color #CD413B: hue angle of 2.47º 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 #CD413B is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 59 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.20 |
| HSL | 2.47º | 0.59% | 0.52% | - |
| HSV(B) | 2.47º | 0.71% | 0.8% | - |
| XYZ | 27.86 | 17.08 | 5.97 | - |
| YUV | 106.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 59 | 0 | 0.68 | 0.71 | 0.20 | 2.47 | 0.59 | 0.52 |
| Hex | CD | 41 | 3B | 0 | 44 | 47 | 14 | 2 | 3B | 34 |
| Octal | 315 | 101 | 73 | 0 | 104 | 107 | 24 | 2 | 73 | 64 |
| Binary | 11001101 | 1000001 | 111011 | 0 | 1000100 | 1000111 | 10100 | 10 | 111011 | 110100 |
Color Harmonies of #CD413B
Complementary color
Monochromatic Colors of #CD413B
Black with #CD413B
Text Example
Text Example
White with #CD413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD413B; }
p { color: rgb(205,65,59); }
H1.HeaderClassName
{
color: #CD413B;
}
.AnyTagClassName
{
color: #CD413B;
}
</style>
background-color css
<style>
a { background-color: #CD413B; }
a { background-color: rgb(205,65,59); }
div.DivClassName
{
background-color: #CD413B;
}
.BgClassName
{
background-color: #CD413B;
}
</style>
border-color css
<style>
span { border-color: #CD413B; }
span { border-color: rgb(205,65,59); }
td.TdClassName
{
border-color: #CD413B;
}
.TagClassName
{
border-color: #CD413B;
}
</style>