Shades of Persian Red #CD402D
Tints of Persian Red #CD402D
RGB
CMYK
RGB Variations
Color information
#CD402D (or 0xCD402D) is known color: Persian Red. HEX triplet: CD, 40 and 2D. RGB value is (205,64,45). Sum of RGB (Red+Green+Blue) = 205+64+45=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD402D is #32BFD2. Grayscale: #686868. Windows color (decimal): -3325907 or 2965709. OLE color: 2965709.
HSL color Cylindrical-coordinate representation of color #CD402D: hue angle of 7.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD402D is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 45 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.20 |
| HSL | 7.13º | 0.64% | 0.49% | - |
| HSV(B) | 7.13º | 0.78% | 0.8% | - |
| XYZ | 27.48 | 16.84 | 4.28 | - |
| YUV | 103.99 | 94.71 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 45 | 0 | 0.69 | 0.78 | 0.20 | 7.13 | 0.64 | 0.49 |
| Hex | CD | 40 | 2D | 0 | 45 | 4E | 14 | 7 | 40 | 31 |
| Octal | 315 | 100 | 55 | 0 | 105 | 116 | 24 | 7 | 100 | 61 |
| Binary | 11001101 | 1000000 | 101101 | 0 | 1000101 | 1001110 | 10100 | 111 | 1000000 | 110001 |
Color Harmonies of #CD402D
Complementary color
Monochromatic Colors of #CD402D
Black with #CD402D
Text Example
Text Example
White with #CD402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD402D; }
p { color: rgb(205,64,45); }
H1.HeaderClassName
{
color: #CD402D;
}
.AnyTagClassName
{
color: #CD402D;
}
</style>
background-color css
<style>
a { background-color: #CD402D; }
a { background-color: rgb(205,64,45); }
div.DivClassName
{
background-color: #CD402D;
}
.BgClassName
{
background-color: #CD402D;
}
</style>
border-color css
<style>
span { border-color: #CD402D; }
span { border-color: rgb(205,64,45); }
td.TdClassName
{
border-color: #CD402D;
}
.TagClassName
{
border-color: #CD402D;
}
</style>