Shades of Persian Red #CF3F36
Tints of Persian Red #CF3F36
RGB
CMYK
RGB Variations
Color information
#CF3F36 (or 0xCF3F36) is known color: Persian Red. HEX triplet: CF, 3F and 36. RGB value is (207,63,54). Sum of RGB (Red+Green+Blue) = 207+63+54=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F36 is #30C0C9. Grayscale: #696969. Windows color (decimal): -3195082 or 3555279. OLE color: 3555279.
HSL color Cylindrical-coordinate representation of color #CF3F36: hue angle of 3.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3F36 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 54 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.19 |
| HSL | 3.53º | 0.61% | 0.51% | - |
| HSV(B) | 3.53º | 0.74% | 0.81% | - |
| XYZ | 28.18 | 17.09 | 5.3 | - |
| YUV | 105.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 54 | 0 | 0.70 | 0.74 | 0.19 | 3.53 | 0.61 | 0.51 |
| Hex | CF | 3F | 36 | 0 | 46 | 4A | 13 | 4 | 3D | 33 |
| Octal | 317 | 77 | 66 | 0 | 106 | 112 | 23 | 4 | 75 | 63 |
| Binary | 11001111 | 111111 | 110110 | 0 | 1000110 | 1001010 | 10011 | 100 | 111101 | 110011 |
Color Harmonies of #CF3F36
Complementary color
Monochromatic Colors of #CF3F36
Black with #CF3F36
Text Example
Text Example
White with #CF3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F36; }
p { color: rgb(207,63,54); }
H1.HeaderClassName
{
color: #CF3F36;
}
.AnyTagClassName
{
color: #CF3F36;
}
</style>
background-color css
<style>
a { background-color: #CF3F36; }
a { background-color: rgb(207,63,54); }
div.DivClassName
{
background-color: #CF3F36;
}
.BgClassName
{
background-color: #CF3F36;
}
</style>
border-color css
<style>
span { border-color: #CF3F36; }
span { border-color: rgb(207,63,54); }
td.TdClassName
{
border-color: #CF3F36;
}
.TagClassName
{
border-color: #CF3F36;
}
</style>