Shades of Persian Red #CF3531
Tints of Persian Red #CF3531
RGB
CMYK
RGB Variations
Color information
#CF3531 (or 0xCF3531) is known color: Persian Red. HEX triplet: CF, 35 and 31. RGB value is (207,53,49). Sum of RGB (Red+Green+Blue) = 207+53+49=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3531 is #30CACE. Grayscale: #626262. Windows color (decimal): -3197647 or 3225039. OLE color: 3225039.
HSL color Cylindrical-coordinate representation of color #CF3531: hue angle of 1.52º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3531 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 49 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.19 |
| HSL | 1.52º | 0.62% | 0.5% | - |
| HSV(B) | 1.52º | 0.76% | 0.81% | - |
| XYZ | 27.56 | 16.03 | 4.55 | - |
| YUV | 98.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 49 | 0 | 0.74 | 0.76 | 0.19 | 1.52 | 0.62 | 0.5 |
| Hex | CF | 35 | 31 | 0 | 4A | 4C | 13 | 2 | 3E | 32 |
| Octal | 317 | 65 | 61 | 0 | 112 | 114 | 23 | 2 | 76 | 62 |
| Binary | 11001111 | 110101 | 110001 | 0 | 1001010 | 1001100 | 10011 | 10 | 111110 | 110010 |
Color Harmonies of #CF3531
Complementary color
Monochromatic Colors of #CF3531
Black with #CF3531
Text Example
Text Example
White with #CF3531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3531; }
p { color: rgb(207,53,49); }
H1.HeaderClassName
{
color: #CF3531;
}
.AnyTagClassName
{
color: #CF3531;
}
</style>
background-color css
<style>
a { background-color: #CF3531; }
a { background-color: rgb(207,53,49); }
div.DivClassName
{
background-color: #CF3531;
}
.BgClassName
{
background-color: #CF3531;
}
</style>
border-color css
<style>
span { border-color: #CF3531; }
span { border-color: rgb(207,53,49); }
td.TdClassName
{
border-color: #CF3531;
}
.TagClassName
{
border-color: #CF3531;
}
</style>