Shades of Persian Red #CF3E3A
Tints of Persian Red #CF3E3A
RGB
CMYK
RGB Variations
Color information
#CF3E3A (or 0xCF3E3A) is known color: Persian Red. HEX triplet: CF, 3E and 3A. RGB value is (207,62,58). Sum of RGB (Red+Green+Blue) = 207+62+58=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E3A is #30C1C5. Grayscale: #696969. Windows color (decimal): -3195334 or 3817167. OLE color: 3817167.
HSL color Cylindrical-coordinate representation of color #CF3E3A: hue angle of 1.61º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3E3A is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 58 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.19 |
| HSL | 1.61º | 0.61% | 0.52% | - |
| HSV(B) | 1.61º | 0.72% | 0.81% | - |
| XYZ | 28.22 | 17.02 | 5.8 | - |
| YUV | 104.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 58 | 0 | 0.70 | 0.72 | 0.19 | 1.61 | 0.61 | 0.52 |
| Hex | CF | 3E | 3A | 0 | 46 | 48 | 13 | 2 | 3D | 34 |
| Octal | 317 | 76 | 72 | 0 | 106 | 110 | 23 | 2 | 75 | 64 |
| Binary | 11001111 | 111110 | 111010 | 0 | 1000110 | 1001000 | 10011 | 10 | 111101 | 110100 |
Color Harmonies of #CF3E3A
Complementary color
Monochromatic Colors of #CF3E3A
Black with #CF3E3A
Text Example
Text Example
White with #CF3E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E3A; }
p { color: rgb(207,62,58); }
H1.HeaderClassName
{
color: #CF3E3A;
}
.AnyTagClassName
{
color: #CF3E3A;
}
</style>
background-color css
<style>
a { background-color: #CF3E3A; }
a { background-color: rgb(207,62,58); }
div.DivClassName
{
background-color: #CF3E3A;
}
.BgClassName
{
background-color: #CF3E3A;
}
</style>
border-color css
<style>
span { border-color: #CF3E3A; }
span { border-color: rgb(207,62,58); }
td.TdClassName
{
border-color: #CF3E3A;
}
.TagClassName
{
border-color: #CF3E3A;
}
</style>