Shades of Persian Red #CF3427
Tints of Persian Red #CF3427
RGB
CMYK
RGB Variations
Color information
#CF3427 (or 0xCF3427) is known color: Persian Red. HEX triplet: CF, 34 and 27. RGB value is (207,52,39). Sum of RGB (Red+Green+Blue) = 207+52+39=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3427 is #30CBD8. Grayscale: #616161. Windows color (decimal): -3197913 or 2569423. OLE color: 2569423.
HSL color Cylindrical-coordinate representation of color #CF3427: hue angle of 4.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF3427 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 39 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.19 |
| HSL | 4.64º | 0.68% | 0.48% | - |
| HSV(B) | 4.64º | 0.81% | 0.81% | - |
| XYZ | 27.33 | 15.87 | 3.54 | - |
| YUV | 96.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 39 | 0 | 0.75 | 0.81 | 0.19 | 4.64 | 0.68 | 0.48 |
| Hex | CF | 34 | 27 | 0 | 4B | 51 | 13 | 5 | 44 | 30 |
| Octal | 317 | 64 | 47 | 0 | 113 | 121 | 23 | 5 | 104 | 60 |
| Binary | 11001111 | 110100 | 100111 | 0 | 1001011 | 1010001 | 10011 | 101 | 1000100 | 110000 |
Color Harmonies of #CF3427
Complementary color
Monochromatic Colors of #CF3427
Black with #CF3427
Text Example
Text Example
White with #CF3427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3427; }
p { color: rgb(207,52,39); }
H1.HeaderClassName
{
color: #CF3427;
}
.AnyTagClassName
{
color: #CF3427;
}
</style>
background-color css
<style>
a { background-color: #CF3427; }
a { background-color: rgb(207,52,39); }
div.DivClassName
{
background-color: #CF3427;
}
.BgClassName
{
background-color: #CF3427;
}
</style>
border-color css
<style>
span { border-color: #CF3427; }
span { border-color: rgb(207,52,39); }
td.TdClassName
{
border-color: #CF3427;
}
.TagClassName
{
border-color: #CF3427;
}
</style>