Shades of Persian Red #CF3A35
Tints of Persian Red #CF3A35
RGB
CMYK
RGB Variations
Color information
#CF3A35 (or 0xCF3A35) is known color: Persian Red. HEX triplet: CF, 3A and 35. RGB value is (207,58,53). Sum of RGB (Red+Green+Blue) = 207+58+53=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A35 is #30C5CA. Grayscale: #666666. Windows color (decimal): -3196363 or 3488463. OLE color: 3488463.
HSL color Cylindrical-coordinate representation of color #CF3A35: hue angle of 1.95º 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 #CF3A35 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 53 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.19 |
| HSL | 1.95º | 0.62% | 0.51% | - |
| HSV(B) | 1.95º | 0.74% | 0.81% | - |
| XYZ | 27.89 | 16.55 | 5.09 | - |
| YUV | 101.98 | 100.36 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 53 | 0 | 0.72 | 0.74 | 0.19 | 1.95 | 0.62 | 0.51 |
| Hex | CF | 3A | 35 | 0 | 48 | 4A | 13 | 2 | 3E | 33 |
| Octal | 317 | 72 | 65 | 0 | 110 | 112 | 23 | 2 | 76 | 63 |
| Binary | 11001111 | 111010 | 110101 | 0 | 1001000 | 1001010 | 10011 | 10 | 111110 | 110011 |
Color Harmonies of #CF3A35
Complementary color
Monochromatic Colors of #CF3A35
Black with #CF3A35
Text Example
Text Example
White with #CF3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A35; }
p { color: rgb(207,58,53); }
H1.HeaderClassName
{
color: #CF3A35;
}
.AnyTagClassName
{
color: #CF3A35;
}
</style>
background-color css
<style>
a { background-color: #CF3A35; }
a { background-color: rgb(207,58,53); }
div.DivClassName
{
background-color: #CF3A35;
}
.BgClassName
{
background-color: #CF3A35;
}
</style>
border-color css
<style>
span { border-color: #CF3A35; }
span { border-color: rgb(207,58,53); }
td.TdClassName
{
border-color: #CF3A35;
}
.TagClassName
{
border-color: #CF3A35;
}
</style>