Shades of Persian Red #CF352F
Tints of Persian Red #CF352F
RGB
CMYK
RGB Variations
Color information
#CF352F (or 0xCF352F) is known color: Persian Red. HEX triplet: CF, 35 and 2F. RGB value is (207,53,47). Sum of RGB (Red+Green+Blue) = 207+53+47=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF352F is #30CAD0. Grayscale: #626262. Windows color (decimal): -3197649 or 3093967. OLE color: 3093967.
HSL color Cylindrical-coordinate representation of color #CF352F: hue angle of 2.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF352F is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 47 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.19 |
| HSL | 2.25º | 0.63% | 0.5% | - |
| HSV(B) | 2.25º | 0.77% | 0.81% | - |
| XYZ | 27.52 | 16.02 | 4.33 | - |
| YUV | 98.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 47 | 0 | 0.74 | 0.77 | 0.19 | 2.25 | 0.63 | 0.5 |
| Hex | CF | 35 | 2F | 0 | 4A | 4D | 13 | 2 | 3F | 32 |
| Octal | 317 | 65 | 57 | 0 | 112 | 115 | 23 | 2 | 77 | 62 |
| Binary | 11001111 | 110101 | 101111 | 0 | 1001010 | 1001101 | 10011 | 10 | 111111 | 110010 |
Color Harmonies of #CF352F
Complementary color
Monochromatic Colors of #CF352F
Black with #CF352F
Text Example
Text Example
White with #CF352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF352F; }
p { color: rgb(207,53,47); }
H1.HeaderClassName
{
color: #CF352F;
}
.AnyTagClassName
{
color: #CF352F;
}
</style>
background-color css
<style>
a { background-color: #CF352F; }
a { background-color: rgb(207,53,47); }
div.DivClassName
{
background-color: #CF352F;
}
.BgClassName
{
background-color: #CF352F;
}
</style>
border-color css
<style>
span { border-color: #CF352F; }
span { border-color: rgb(207,53,47); }
td.TdClassName
{
border-color: #CF352F;
}
.TagClassName
{
border-color: #CF352F;
}
</style>