Shades of Persian Red #CF302E
Tints of Persian Red #CF302E
RGB
CMYK
RGB Variations
Color information
#CF302E (or 0xCF302E) is known color: Persian Red. HEX triplet: CF, 30 and 2E. RGB value is (207,48,46). Sum of RGB (Red+Green+Blue) = 207+48+46=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF302E is #30CFD1. Grayscale: #5F5F5F. Windows color (decimal): -3198930 or 3027151. OLE color: 3027151.
HSL color Cylindrical-coordinate representation of color #CF302E: hue angle of 0.75º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF302E is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 46 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.19 |
| HSL | 0.75º | 0.64% | 0.5% | - |
| HSV(B) | 0.75º | 0.78% | 0.81% | - |
| XYZ | 27.28 | 15.58 | 4.15 | - |
| YUV | 95.31 | 100.18 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 46 | 0 | 0.77 | 0.78 | 0.19 | 0.75 | 0.64 | 0.5 |
| Hex | CF | 30 | 2E | 0 | 4D | 4E | 13 | 1 | 40 | 32 |
| Octal | 317 | 60 | 56 | 0 | 115 | 116 | 23 | 1 | 100 | 62 |
| Binary | 11001111 | 110000 | 101110 | 0 | 1001101 | 1001110 | 10011 | 1 | 1000000 | 110010 |
Color Harmonies of #CF302E
Complementary color
Monochromatic Colors of #CF302E
Black with #CF302E
Text Example
Text Example
White with #CF302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF302E; }
p { color: rgb(207,48,46); }
H1.HeaderClassName
{
color: #CF302E;
}
.AnyTagClassName
{
color: #CF302E;
}
</style>
background-color css
<style>
a { background-color: #CF302E; }
a { background-color: rgb(207,48,46); }
div.DivClassName
{
background-color: #CF302E;
}
.BgClassName
{
background-color: #CF302E;
}
</style>
border-color css
<style>
span { border-color: #CF302E; }
span { border-color: rgb(207,48,46); }
td.TdClassName
{
border-color: #CF302E;
}
.TagClassName
{
border-color: #CF302E;
}
</style>