Shades of Persian Red #CF3C35
Tints of Persian Red #CF3C35
RGB
CMYK
RGB Variations
Color information
#CF3C35 (or 0xCF3C35) is known color: Persian Red. HEX triplet: CF, 3C and 35. RGB value is (207,60,53). Sum of RGB (Red+Green+Blue) = 207+60+53=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C35 is #30C3CA. Grayscale: #676767. Windows color (decimal): -3195851 or 3488975. OLE color: 3488975.
HSL color Cylindrical-coordinate representation of color #CF3C35: hue angle of 2.73º 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 #CF3C35 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 53 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.19 |
| HSL | 2.73º | 0.62% | 0.51% | - |
| HSV(B) | 2.73º | 0.74% | 0.81% | - |
| XYZ | 27.99 | 16.75 | 5.13 | - |
| YUV | 103.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 53 | 0 | 0.71 | 0.74 | 0.19 | 2.73 | 0.62 | 0.51 |
| Hex | CF | 3C | 35 | 0 | 47 | 4A | 13 | 3 | 3E | 33 |
| Octal | 317 | 74 | 65 | 0 | 107 | 112 | 23 | 3 | 76 | 63 |
| Binary | 11001111 | 111100 | 110101 | 0 | 1000111 | 1001010 | 10011 | 11 | 111110 | 110011 |
Color Harmonies of #CF3C35
Complementary color
Monochromatic Colors of #CF3C35
Black with #CF3C35
Text Example
Text Example
White with #CF3C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C35; }
p { color: rgb(207,60,53); }
H1.HeaderClassName
{
color: #CF3C35;
}
.AnyTagClassName
{
color: #CF3C35;
}
</style>
background-color css
<style>
a { background-color: #CF3C35; }
a { background-color: rgb(207,60,53); }
div.DivClassName
{
background-color: #CF3C35;
}
.BgClassName
{
background-color: #CF3C35;
}
</style>
border-color css
<style>
span { border-color: #CF3C35; }
span { border-color: rgb(207,60,53); }
td.TdClassName
{
border-color: #CF3C35;
}
.TagClassName
{
border-color: #CF3C35;
}
</style>