Shades of Persian Red #CF352E
Tints of Persian Red #CF352E
RGB
CMYK
RGB Variations
Color information
#CF352E (or 0xCF352E) is known color: Persian Red. HEX triplet: CF, 35 and 2E. RGB value is (207,53,46). Sum of RGB (Red+Green+Blue) = 207+53+46=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF352E is #30CAD1. Grayscale: #626262. Windows color (decimal): -3197650 or 3028431. OLE color: 3028431.
HSL color Cylindrical-coordinate representation of color #CF352E: hue angle of 2.61º 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 #CF352E is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 46 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.19 |
| HSL | 2.61º | 0.64% | 0.5% | - |
| HSV(B) | 2.61º | 0.78% | 0.81% | - |
| XYZ | 27.5 | 16.01 | 4.23 | - |
| YUV | 98.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 46 | 0 | 0.74 | 0.78 | 0.19 | 2.61 | 0.64 | 0.5 |
| Hex | CF | 35 | 2E | 0 | 4A | 4E | 13 | 3 | 40 | 32 |
| Octal | 317 | 65 | 56 | 0 | 112 | 116 | 23 | 3 | 100 | 62 |
| Binary | 11001111 | 110101 | 101110 | 0 | 1001010 | 1001110 | 10011 | 11 | 1000000 | 110010 |
Color Harmonies of #CF352E
Complementary color
Monochromatic Colors of #CF352E
Black with #CF352E
Text Example
Text Example
White with #CF352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF352E; }
p { color: rgb(207,53,46); }
H1.HeaderClassName
{
color: #CF352E;
}
.AnyTagClassName
{
color: #CF352E;
}
</style>
background-color css
<style>
a { background-color: #CF352E; }
a { background-color: rgb(207,53,46); }
div.DivClassName
{
background-color: #CF352E;
}
.BgClassName
{
background-color: #CF352E;
}
</style>
border-color css
<style>
span { border-color: #CF352E; }
span { border-color: rgb(207,53,46); }
td.TdClassName
{
border-color: #CF352E;
}
.TagClassName
{
border-color: #CF352E;
}
</style>