Shades of Persian Red #CF403B
Tints of Persian Red #CF403B
RGB
CMYK
RGB Variations
Color information
#CF403B (or 0xCF403B) is known color: Persian Red. HEX triplet: CF, 40 and 3B. RGB value is (207,64,59). Sum of RGB (Red+Green+Blue) = 207+64+59=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF403B is #30BFC4. Grayscale: #6A6A6A. Windows color (decimal): -3194821 or 3883215. OLE color: 3883215.
HSL color Cylindrical-coordinate representation of color #CF403B: hue angle of 2.03º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF403B is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 59 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.19 |
| HSL | 2.03º | 0.61% | 0.52% | - |
| HSV(B) | 2.03º | 0.71% | 0.81% | - |
| XYZ | 28.35 | 17.25 | 5.97 | - |
| YUV | 106.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 59 | 0 | 0.69 | 0.71 | 0.19 | 2.03 | 0.61 | 0.52 |
| Hex | CF | 40 | 3B | 0 | 45 | 47 | 13 | 2 | 3D | 34 |
| Octal | 317 | 100 | 73 | 0 | 105 | 107 | 23 | 2 | 75 | 64 |
| Binary | 11001111 | 1000000 | 111011 | 0 | 1000101 | 1000111 | 10011 | 10 | 111101 | 110100 |
Color Harmonies of #CF403B
Complementary color
Monochromatic Colors of #CF403B
Black with #CF403B
Text Example
Text Example
White with #CF403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF403B; }
p { color: rgb(207,64,59); }
H1.HeaderClassName
{
color: #CF403B;
}
.AnyTagClassName
{
color: #CF403B;
}
</style>
background-color css
<style>
a { background-color: #CF403B; }
a { background-color: rgb(207,64,59); }
div.DivClassName
{
background-color: #CF403B;
}
.BgClassName
{
background-color: #CF403B;
}
</style>
border-color css
<style>
span { border-color: #CF403B; }
span { border-color: rgb(207,64,59); }
td.TdClassName
{
border-color: #CF403B;
}
.TagClassName
{
border-color: #CF403B;
}
</style>