Shades of Persian Red #CF403E
Tints of Persian Red #CF403E
RGB
CMYK
RGB Variations
Color information
#CF403E (or 0xCF403E) is known color: Persian Red. HEX triplet: CF, 40 and 3E. RGB value is (207,64,62). Sum of RGB (Red+Green+Blue) = 207+64+62=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF403E is #30BFC1. Grayscale: #6A6A6A. Windows color (decimal): -3194818 or 4079823. OLE color: 4079823.
HSL color Cylindrical-coordinate representation of color #CF403E: hue angle of 0.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF403E is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 62 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.19 |
| HSL | 0.83º | 0.6% | 0.53% | - |
| HSV(B) | 0.83º | 0.7% | 0.81% | - |
| XYZ | 28.44 | 17.28 | 6.39 | - |
| YUV | 106.53 | 102.88 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 62 | 0 | 0.69 | 0.70 | 0.19 | 0.83 | 0.6 | 0.53 |
| Hex | CF | 40 | 3E | 0 | 45 | 46 | 13 | 1 | 3C | 35 |
| Octal | 317 | 100 | 76 | 0 | 105 | 106 | 23 | 1 | 74 | 65 |
| Binary | 11001111 | 1000000 | 111110 | 0 | 1000101 | 1000110 | 10011 | 1 | 111100 | 110101 |
Color Harmonies of #CF403E
Complementary color
Monochromatic Colors of #CF403E
Black with #CF403E
Text Example
Text Example
White with #CF403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF403E; }
p { color: rgb(207,64,62); }
H1.HeaderClassName
{
color: #CF403E;
}
.AnyTagClassName
{
color: #CF403E;
}
</style>
background-color css
<style>
a { background-color: #CF403E; }
a { background-color: rgb(207,64,62); }
div.DivClassName
{
background-color: #CF403E;
}
.BgClassName
{
background-color: #CF403E;
}
</style>
border-color css
<style>
span { border-color: #CF403E; }
span { border-color: rgb(207,64,62); }
td.TdClassName
{
border-color: #CF403E;
}
.TagClassName
{
border-color: #CF403E;
}
</style>