Shades of Persian Red #CD403F
Tints of Persian Red #CD403F
RGB
CMYK
RGB Variations
Color information
#CD403F (or 0xCD403F) is known color: Persian Red. HEX triplet: CD, 40 and 3F. RGB value is (205,64,63). Sum of RGB (Red+Green+Blue) = 205+64+63=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD403F is #32BFC0. Grayscale: #6A6A6A. Windows color (decimal): -3325889 or 4145357. OLE color: 4145357.
HSL color Cylindrical-coordinate representation of color #CD403F: hue angle of 0.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD403F is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 63 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.20 |
| HSL | 0.42º | 0.59% | 0.53% | - |
| HSV(B) | 0.42º | 0.69% | 0.8% | - |
| XYZ | 27.91 | 17 | 6.51 | - |
| YUV | 106.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 63 | 0 | 0.69 | 0.69 | 0.20 | 0.42 | 0.59 | 0.53 |
| Hex | CD | 40 | 3F | 0 | 45 | 45 | 14 | 0 | 3B | 35 |
| Octal | 315 | 100 | 77 | 0 | 105 | 105 | 24 | 0 | 73 | 65 |
| Binary | 11001101 | 1000000 | 111111 | 0 | 1000101 | 1000101 | 10100 | 0 | 111011 | 110101 |
Color Harmonies of #CD403F
Complementary color
Monochromatic Colors of #CD403F
Black with #CD403F
Text Example
Text Example
White with #CD403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD403F; }
p { color: rgb(205,64,63); }
H1.HeaderClassName
{
color: #CD403F;
}
.AnyTagClassName
{
color: #CD403F;
}
</style>
background-color css
<style>
a { background-color: #CD403F; }
a { background-color: rgb(205,64,63); }
div.DivClassName
{
background-color: #CD403F;
}
.BgClassName
{
background-color: #CD403F;
}
</style>
border-color css
<style>
span { border-color: #CD403F; }
span { border-color: rgb(205,64,63); }
td.TdClassName
{
border-color: #CD403F;
}
.TagClassName
{
border-color: #CD403F;
}
</style>