Shades of Persian Red #CF3F39
Tints of Persian Red #CF3F39
RGB
CMYK
RGB Variations
Color information
#CF3F39 (or 0xCF3F39) is known color: Persian Red. HEX triplet: CF, 3F and 39. RGB value is (207,63,57). Sum of RGB (Red+Green+Blue) = 207+63+57=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F39 is #30C0C6. Grayscale: #696969. Windows color (decimal): -3195079 or 3751887. OLE color: 3751887.
HSL color Cylindrical-coordinate representation of color #CF3F39: hue angle of 2.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3F39 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 57 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.19 |
| HSL | 2.4º | 0.61% | 0.52% | - |
| HSV(B) | 2.4º | 0.72% | 0.81% | - |
| XYZ | 28.25 | 17.12 | 5.69 | - |
| YUV | 105.37 | 100.71 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 57 | 0 | 0.70 | 0.72 | 0.19 | 2.4 | 0.61 | 0.52 |
| Hex | CF | 3F | 39 | 0 | 46 | 48 | 13 | 2 | 3D | 34 |
| Octal | 317 | 77 | 71 | 0 | 106 | 110 | 23 | 2 | 75 | 64 |
| Binary | 11001111 | 111111 | 111001 | 0 | 1000110 | 1001000 | 10011 | 10 | 111101 | 110100 |
Color Harmonies of #CF3F39
Complementary color
Monochromatic Colors of #CF3F39
Black with #CF3F39
Text Example
Text Example
White with #CF3F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F39; }
p { color: rgb(207,63,57); }
H1.HeaderClassName
{
color: #CF3F39;
}
.AnyTagClassName
{
color: #CF3F39;
}
</style>
background-color css
<style>
a { background-color: #CF3F39; }
a { background-color: rgb(207,63,57); }
div.DivClassName
{
background-color: #CF3F39;
}
.BgClassName
{
background-color: #CF3F39;
}
</style>
border-color css
<style>
span { border-color: #CF3F39; }
span { border-color: rgb(207,63,57); }
td.TdClassName
{
border-color: #CF3F39;
}
.TagClassName
{
border-color: #CF3F39;
}
</style>