Shades of Persian Red #CD403C
Tints of Persian Red #CD403C
RGB
CMYK
RGB Variations
Color information
#CD403C (or 0xCD403C) is known color: Persian Red. HEX triplet: CD, 40 and 3C. RGB value is (205,64,60). Sum of RGB (Red+Green+Blue) = 205+64+60=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD403C is #32BFC3. Grayscale: #696969. Windows color (decimal): -3325892 or 3948749. OLE color: 3948749.
HSL color Cylindrical-coordinate representation of color #CD403C: hue angle of 1.66º 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 #CD403C is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 60 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.20 |
| HSL | 1.66º | 0.59% | 0.52% | - |
| HSV(B) | 1.66º | 0.71% | 0.8% | - |
| XYZ | 27.83 | 16.97 | 6.08 | - |
| YUV | 105.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 60 | 0 | 0.69 | 0.71 | 0.20 | 1.66 | 0.59 | 0.52 |
| Hex | CD | 40 | 3C | 0 | 45 | 47 | 14 | 2 | 3B | 34 |
| Octal | 315 | 100 | 74 | 0 | 105 | 107 | 24 | 2 | 73 | 64 |
| Binary | 11001101 | 1000000 | 111100 | 0 | 1000101 | 1000111 | 10100 | 10 | 111011 | 110100 |
Color Harmonies of #CD403C
Complementary color
Monochromatic Colors of #CD403C
Black with #CD403C
Text Example
Text Example
White with #CD403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD403C; }
p { color: rgb(205,64,60); }
H1.HeaderClassName
{
color: #CD403C;
}
.AnyTagClassName
{
color: #CD403C;
}
</style>
background-color css
<style>
a { background-color: #CD403C; }
a { background-color: rgb(205,64,60); }
div.DivClassName
{
background-color: #CD403C;
}
.BgClassName
{
background-color: #CD403C;
}
</style>
border-color css
<style>
span { border-color: #CD403C; }
span { border-color: rgb(205,64,60); }
td.TdClassName
{
border-color: #CD403C;
}
.TagClassName
{
border-color: #CD403C;
}
</style>