Shades of Persian Red #CF3C2F
Tints of Persian Red #CF3C2F
RGB
CMYK
RGB Variations
Color information
#CF3C2F (or 0xCF3C2F) is known color: Persian Red. HEX triplet: CF, 3C and 2F. RGB value is (207,60,47). Sum of RGB (Red+Green+Blue) = 207+60+47=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C2F is #30C3D0. Grayscale: #666666. Windows color (decimal): -3195857 or 3095759. OLE color: 3095759.
HSL color Cylindrical-coordinate representation of color #CF3C2F: hue angle of 4.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3C2F is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 47 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.19 |
| HSL | 4.88º | 0.63% | 0.5% | - |
| HSV(B) | 4.88º | 0.77% | 0.81% | - |
| XYZ | 27.86 | 16.7 | 4.44 | - |
| YUV | 102.47 | 96.7 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 47 | 0 | 0.71 | 0.77 | 0.19 | 4.88 | 0.63 | 0.5 |
| Hex | CF | 3C | 2F | 0 | 47 | 4D | 13 | 5 | 3F | 32 |
| Octal | 317 | 74 | 57 | 0 | 107 | 115 | 23 | 5 | 77 | 62 |
| Binary | 11001111 | 111100 | 101111 | 0 | 1000111 | 1001101 | 10011 | 101 | 111111 | 110010 |
Color Harmonies of #CF3C2F
Complementary color
Monochromatic Colors of #CF3C2F
Black with #CF3C2F
Text Example
Text Example
White with #CF3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C2F; }
p { color: rgb(207,60,47); }
H1.HeaderClassName
{
color: #CF3C2F;
}
.AnyTagClassName
{
color: #CF3C2F;
}
</style>
background-color css
<style>
a { background-color: #CF3C2F; }
a { background-color: rgb(207,60,47); }
div.DivClassName
{
background-color: #CF3C2F;
}
.BgClassName
{
background-color: #CF3C2F;
}
</style>
border-color css
<style>
span { border-color: #CF3C2F; }
span { border-color: rgb(207,60,47); }
td.TdClassName
{
border-color: #CF3C2F;
}
.TagClassName
{
border-color: #CF3C2F;
}
</style>