Shades of Persian Red #CF3027
Tints of Persian Red #CF3027
RGB
CMYK
RGB Variations
Color information
#CF3027 (or 0xCF3027) is known color: Persian Red. HEX triplet: CF, 30 and 27. RGB value is (207,48,39). Sum of RGB (Red+Green+Blue) = 207+48+39=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3027 is #30CFD8. Grayscale: #5E5E5E. Windows color (decimal): -3198937 or 2568399. OLE color: 2568399.
HSL color Cylindrical-coordinate representation of color #CF3027: hue angle of 3.21º 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 #CF3027 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 39 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.19 |
| HSL | 3.21º | 0.68% | 0.48% | - |
| HSV(B) | 3.21º | 0.81% | 0.81% | - |
| XYZ | 27.16 | 15.53 | 3.48 | - |
| YUV | 94.52 | 96.68 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 39 | 0 | 0.77 | 0.81 | 0.19 | 3.21 | 0.68 | 0.48 |
| Hex | CF | 30 | 27 | 0 | 4D | 51 | 13 | 3 | 44 | 30 |
| Octal | 317 | 60 | 47 | 0 | 115 | 121 | 23 | 3 | 104 | 60 |
| Binary | 11001111 | 110000 | 100111 | 0 | 1001101 | 1010001 | 10011 | 11 | 1000100 | 110000 |
Color Harmonies of #CF3027
Complementary color
Monochromatic Colors of #CF3027
Black with #CF3027
Text Example
Text Example
White with #CF3027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3027; }
p { color: rgb(207,48,39); }
H1.HeaderClassName
{
color: #CF3027;
}
.AnyTagClassName
{
color: #CF3027;
}
</style>
background-color css
<style>
a { background-color: #CF3027; }
a { background-color: rgb(207,48,39); }
div.DivClassName
{
background-color: #CF3027;
}
.BgClassName
{
background-color: #CF3027;
}
</style>
border-color css
<style>
span { border-color: #CF3027; }
span { border-color: rgb(207,48,39); }
td.TdClassName
{
border-color: #CF3027;
}
.TagClassName
{
border-color: #CF3027;
}
</style>