Shades of Persian Red #CF3535
Tints of Persian Red #CF3535
RGB
CMYK
RGB Variations
Color information
#CF3535 (or 0xCF3535) is known color: Persian Red. HEX triplet: CF, 35 and 35. RGB value is (207,53,53). Sum of RGB (Red+Green+Blue) = 207+53+53=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3535 is #30CACA. Grayscale: #636363. Windows color (decimal): -3197643 or 3487183. OLE color: 3487183.
HSL color Cylindrical-coordinate representation of color #CF3535: hue angle of 0º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3535 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 53 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.19 |
| HSL | 0º | 0.62% | 0.51% | - |
| HSV(B) | 0º | 0.74% | 0.81% | - |
| XYZ | 27.65 | 16.07 | 5.01 | - |
| YUV | 99.05 | 102.02 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 53 | 0 | 0.74 | 0.74 | 0.19 | 0 | 0.62 | 0.51 |
| Hex | CF | 35 | 35 | 0 | 4A | 4A | 13 | 0 | 3E | 33 |
| Octal | 317 | 65 | 65 | 0 | 112 | 112 | 23 | 0 | 76 | 63 |
| Binary | 11001111 | 110101 | 110101 | 0 | 1001010 | 1001010 | 10011 | 0 | 111110 | 110011 |
Color Harmonies of #CF3535
Complementary color
Monochromatic Colors of #CF3535
Black with #CF3535
Text Example
Text Example
White with #CF3535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3535; }
p { color: rgb(207,53,53); }
H1.HeaderClassName
{
color: #CF3535;
}
.AnyTagClassName
{
color: #CF3535;
}
</style>
background-color css
<style>
a { background-color: #CF3535; }
a { background-color: rgb(207,53,53); }
div.DivClassName
{
background-color: #CF3535;
}
.BgClassName
{
background-color: #CF3535;
}
</style>
border-color css
<style>
span { border-color: #CF3535; }
span { border-color: rgb(207,53,53); }
td.TdClassName
{
border-color: #CF3535;
}
.TagClassName
{
border-color: #CF3535;
}
</style>