Shades of Persian Red #CF3A27
Tints of Persian Red #CF3A27
RGB
CMYK
RGB Variations
Color information
#CF3A27 (or 0xCF3A27) is known color: Persian Red. HEX triplet: CF, 3A and 27. RGB value is (207,58,39). Sum of RGB (Red+Green+Blue) = 207+58+39=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A27 is #30C5D8. Grayscale: #646464. Windows color (decimal): -3196377 or 2570959. OLE color: 2570959.
HSL color Cylindrical-coordinate representation of color #CF3A27: hue angle of 6.79º 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 #CF3A27 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 39 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.19 |
| HSL | 6.79º | 0.68% | 0.48% | - |
| HSV(B) | 6.79º | 0.81% | 0.81% | - |
| XYZ | 27.61 | 16.44 | 3.64 | - |
| YUV | 100.39 | 93.36 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 39 | 0 | 0.72 | 0.81 | 0.19 | 6.79 | 0.68 | 0.48 |
| Hex | CF | 3A | 27 | 0 | 48 | 51 | 13 | 7 | 44 | 30 |
| Octal | 317 | 72 | 47 | 0 | 110 | 121 | 23 | 7 | 104 | 60 |
| Binary | 11001111 | 111010 | 100111 | 0 | 1001000 | 1010001 | 10011 | 111 | 1000100 | 110000 |
Color Harmonies of #CF3A27
Complementary color
Monochromatic Colors of #CF3A27
Black with #CF3A27
Text Example
Text Example
White with #CF3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A27; }
p { color: rgb(207,58,39); }
H1.HeaderClassName
{
color: #CF3A27;
}
.AnyTagClassName
{
color: #CF3A27;
}
</style>
background-color css
<style>
a { background-color: #CF3A27; }
a { background-color: rgb(207,58,39); }
div.DivClassName
{
background-color: #CF3A27;
}
.BgClassName
{
background-color: #CF3A27;
}
</style>
border-color css
<style>
span { border-color: #CF3A27; }
span { border-color: rgb(207,58,39); }
td.TdClassName
{
border-color: #CF3A27;
}
.TagClassName
{
border-color: #CF3A27;
}
</style>