Shades of Persian Red #CD403E
Tints of Persian Red #CD403E
RGB
CMYK
RGB Variations
Color information
#CD403E (or 0xCD403E) is known color: Persian Red. HEX triplet: CD, 40 and 3E. RGB value is (205,64,62). Sum of RGB (Red+Green+Blue) = 205+64+62=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD403E is #32BFC1. Grayscale: #6A6A6A. Windows color (decimal): -3325890 or 4079821. OLE color: 4079821.
HSL color Cylindrical-coordinate representation of color #CD403E: hue angle of 0.84º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD403E is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 62 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.20 |
| HSL | 0.84º | 0.59% | 0.52% | - |
| HSV(B) | 0.84º | 0.7% | 0.8% | - |
| XYZ | 27.88 | 16.99 | 6.37 | - |
| YUV | 105.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 62 | 0 | 0.69 | 0.70 | 0.20 | 0.84 | 0.59 | 0.52 |
| Hex | CD | 40 | 3E | 0 | 45 | 46 | 14 | 1 | 3B | 34 |
| Octal | 315 | 100 | 76 | 0 | 105 | 106 | 24 | 1 | 73 | 64 |
| Binary | 11001101 | 1000000 | 111110 | 0 | 1000101 | 1000110 | 10100 | 1 | 111011 | 110100 |
Color Harmonies of #CD403E
Complementary color
Monochromatic Colors of #CD403E
Black with #CD403E
Text Example
Text Example
White with #CD403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD403E; }
p { color: rgb(205,64,62); }
H1.HeaderClassName
{
color: #CD403E;
}
.AnyTagClassName
{
color: #CD403E;
}
</style>
background-color css
<style>
a { background-color: #CD403E; }
a { background-color: rgb(205,64,62); }
div.DivClassName
{
background-color: #CD403E;
}
.BgClassName
{
background-color: #CD403E;
}
</style>
border-color css
<style>
span { border-color: #CD403E; }
span { border-color: rgb(205,64,62); }
td.TdClassName
{
border-color: #CD403E;
}
.TagClassName
{
border-color: #CD403E;
}
</style>