Shades of Persian Red #CF3F2F
Tints of Persian Red #CF3F2F
RGB
CMYK
RGB Variations
Color information
#CF3F2F (or 0xCF3F2F) is known color: Persian Red. HEX triplet: CF, 3F and 2F. RGB value is (207,63,47). Sum of RGB (Red+Green+Blue) = 207+63+47=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F2F is #30C0D0. Grayscale: #686868. Windows color (decimal): -3195089 or 3096527. OLE color: 3096527.
HSL color Cylindrical-coordinate representation of color #CF3F2F: hue angle of 6º 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 #CF3F2F is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 47 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.19 |
| HSL | 6º | 0.63% | 0.5% | - |
| HSV(B) | 6º | 0.77% | 0.81% | - |
| XYZ | 28.02 | 17.03 | 4.5 | - |
| YUV | 104.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 47 | 0 | 0.70 | 0.77 | 0.19 | 6 | 0.63 | 0.5 |
| Hex | CF | 3F | 2F | 0 | 46 | 4D | 13 | 6 | 3F | 32 |
| Octal | 317 | 77 | 57 | 0 | 106 | 115 | 23 | 6 | 77 | 62 |
| Binary | 11001111 | 111111 | 101111 | 0 | 1000110 | 1001101 | 10011 | 110 | 111111 | 110010 |
Color Harmonies of #CF3F2F
Complementary color
Monochromatic Colors of #CF3F2F
Black with #CF3F2F
Text Example
Text Example
White with #CF3F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F2F; }
p { color: rgb(207,63,47); }
H1.HeaderClassName
{
color: #CF3F2F;
}
.AnyTagClassName
{
color: #CF3F2F;
}
</style>
background-color css
<style>
a { background-color: #CF3F2F; }
a { background-color: rgb(207,63,47); }
div.DivClassName
{
background-color: #CF3F2F;
}
.BgClassName
{
background-color: #CF3F2F;
}
</style>
border-color css
<style>
span { border-color: #CF3F2F; }
span { border-color: rgb(207,63,47); }
td.TdClassName
{
border-color: #CF3F2F;
}
.TagClassName
{
border-color: #CF3F2F;
}
</style>