Shades of Persian Red #CF3127
Tints of Persian Red #CF3127
RGB
CMYK
RGB Variations
Color information
#CF3127 (or 0xCF3127) is known color: Persian Red. HEX triplet: CF, 31 and 27. RGB value is (207,49,39). Sum of RGB (Red+Green+Blue) = 207+49+39=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3127 is #30CED8. Grayscale: #5F5F5F. Windows color (decimal): -3198681 or 2568655. OLE color: 2568655.
HSL color Cylindrical-coordinate representation of color #CF3127: hue angle of 3.57º 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 #CF3127 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 39 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.19 |
| HSL | 3.57º | 0.68% | 0.48% | - |
| HSV(B) | 3.57º | 0.81% | 0.81% | - |
| XYZ | 27.2 | 15.61 | 3.5 | - |
| YUV | 95.1 | 96.35 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 39 | 0 | 0.76 | 0.81 | 0.19 | 3.57 | 0.68 | 0.48 |
| Hex | CF | 31 | 27 | 0 | 4C | 51 | 13 | 4 | 44 | 30 |
| Octal | 317 | 61 | 47 | 0 | 114 | 121 | 23 | 4 | 104 | 60 |
| Binary | 11001111 | 110001 | 100111 | 0 | 1001100 | 1010001 | 10011 | 100 | 1000100 | 110000 |
Color Harmonies of #CF3127
Complementary color
Monochromatic Colors of #CF3127
Black with #CF3127
Text Example
Text Example
White with #CF3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3127; }
p { color: rgb(207,49,39); }
H1.HeaderClassName
{
color: #CF3127;
}
.AnyTagClassName
{
color: #CF3127;
}
</style>
background-color css
<style>
a { background-color: #CF3127; }
a { background-color: rgb(207,49,39); }
div.DivClassName
{
background-color: #CF3127;
}
.BgClassName
{
background-color: #CF3127;
}
</style>
border-color css
<style>
span { border-color: #CF3127; }
span { border-color: rgb(207,49,39); }
td.TdClassName
{
border-color: #CF3127;
}
.TagClassName
{
border-color: #CF3127;
}
</style>