Shades of Persian Red #CF3F37
Tints of Persian Red #CF3F37
RGB
CMYK
RGB Variations
Color information
#CF3F37 (or 0xCF3F37) is known color: Persian Red. HEX triplet: CF, 3F and 37. RGB value is (207,63,55). Sum of RGB (Red+Green+Blue) = 207+63+55=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F37 is #30C0C8. Grayscale: #696969. Windows color (decimal): -3195081 or 3620815. OLE color: 3620815.
HSL color Cylindrical-coordinate representation of color #CF3F37: hue angle of 3.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3F37 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 55 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.19 |
| HSL | 3.16º | 0.61% | 0.51% | - |
| HSV(B) | 3.16º | 0.73% | 0.81% | - |
| XYZ | 28.2 | 17.1 | 5.43 | - |
| YUV | 105.14 | 99.71 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 55 | 0 | 0.70 | 0.73 | 0.19 | 3.16 | 0.61 | 0.51 |
| Hex | CF | 3F | 37 | 0 | 46 | 49 | 13 | 3 | 3D | 33 |
| Octal | 317 | 77 | 67 | 0 | 106 | 111 | 23 | 3 | 75 | 63 |
| Binary | 11001111 | 111111 | 110111 | 0 | 1000110 | 1001001 | 10011 | 11 | 111101 | 110011 |
Color Harmonies of #CF3F37
Complementary color
Monochromatic Colors of #CF3F37
Black with #CF3F37
Text Example
Text Example
White with #CF3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F37; }
p { color: rgb(207,63,55); }
H1.HeaderClassName
{
color: #CF3F37;
}
.AnyTagClassName
{
color: #CF3F37;
}
</style>
background-color css
<style>
a { background-color: #CF3F37; }
a { background-color: rgb(207,63,55); }
div.DivClassName
{
background-color: #CF3F37;
}
.BgClassName
{
background-color: #CF3F37;
}
</style>
border-color css
<style>
span { border-color: #CF3F37; }
span { border-color: rgb(207,63,55); }
td.TdClassName
{
border-color: #CF3F37;
}
.TagClassName
{
border-color: #CF3F37;
}
</style>