Shades of Persian Red #CF3E3B
Tints of Persian Red #CF3E3B
RGB
CMYK
RGB Variations
Color information
#CF3E3B (or 0xCF3E3B) is known color: Persian Red. HEX triplet: CF, 3E and 3B. RGB value is (207,62,59). Sum of RGB (Red+Green+Blue) = 207+62+59=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E3B is #30C1C4. Grayscale: #696969. Windows color (decimal): -3195333 or 3882703. OLE color: 3882703.
HSL color Cylindrical-coordinate representation of color #CF3E3B: hue angle of 1.22º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3E3B is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 59 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.19 |
| HSL | 1.22º | 0.61% | 0.52% | - |
| HSV(B) | 1.22º | 0.71% | 0.81% | - |
| XYZ | 28.24 | 17.03 | 5.94 | - |
| YUV | 105.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 59 | 0 | 0.70 | 0.71 | 0.19 | 1.22 | 0.61 | 0.52 |
| Hex | CF | 3E | 3B | 0 | 46 | 47 | 13 | 1 | 3D | 34 |
| Octal | 317 | 76 | 73 | 0 | 106 | 107 | 23 | 1 | 75 | 64 |
| Binary | 11001111 | 111110 | 111011 | 0 | 1000110 | 1000111 | 10011 | 1 | 111101 | 110100 |
Color Harmonies of #CF3E3B
Complementary color
Monochromatic Colors of #CF3E3B
Black with #CF3E3B
Text Example
Text Example
White with #CF3E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E3B; }
p { color: rgb(207,62,59); }
H1.HeaderClassName
{
color: #CF3E3B;
}
.AnyTagClassName
{
color: #CF3E3B;
}
</style>
background-color css
<style>
a { background-color: #CF3E3B; }
a { background-color: rgb(207,62,59); }
div.DivClassName
{
background-color: #CF3E3B;
}
.BgClassName
{
background-color: #CF3E3B;
}
</style>
border-color css
<style>
span { border-color: #CF3E3B; }
span { border-color: rgb(207,62,59); }
td.TdClassName
{
border-color: #CF3E3B;
}
.TagClassName
{
border-color: #CF3E3B;
}
</style>