Shades of Persian Red #CF3E32
Tints of Persian Red #CF3E32
RGB
CMYK
RGB Variations
Color information
#CF3E32 (or 0xCF3E32) is known color: Persian Red. HEX triplet: CF, 3E and 32. RGB value is (207,62,50). Sum of RGB (Red+Green+Blue) = 207+62+50=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E32 is #30C1CD. Grayscale: #686868. Windows color (decimal): -3195342 or 3292879. OLE color: 3292879.
HSL color Cylindrical-coordinate representation of color #CF3E32: hue angle of 4.59º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3E32 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 50 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.19 |
| HSL | 4.59º | 0.62% | 0.5% | - |
| HSV(B) | 4.59º | 0.76% | 0.81% | - |
| XYZ | 28.03 | 16.94 | 4.81 | - |
| YUV | 103.99 | 97.54 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 50 | 0 | 0.70 | 0.76 | 0.19 | 4.59 | 0.62 | 0.5 |
| Hex | CF | 3E | 32 | 0 | 46 | 4C | 13 | 5 | 3E | 32 |
| Octal | 317 | 76 | 62 | 0 | 106 | 114 | 23 | 5 | 76 | 62 |
| Binary | 11001111 | 111110 | 110010 | 0 | 1000110 | 1001100 | 10011 | 101 | 111110 | 110010 |
Color Harmonies of #CF3E32
Complementary color
Monochromatic Colors of #CF3E32
Black with #CF3E32
Text Example
Text Example
White with #CF3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E32; }
p { color: rgb(207,62,50); }
H1.HeaderClassName
{
color: #CF3E32;
}
.AnyTagClassName
{
color: #CF3E32;
}
</style>
background-color css
<style>
a { background-color: #CF3E32; }
a { background-color: rgb(207,62,50); }
div.DivClassName
{
background-color: #CF3E32;
}
.BgClassName
{
background-color: #CF3E32;
}
</style>
border-color css
<style>
span { border-color: #CF3E32; }
span { border-color: rgb(207,62,50); }
td.TdClassName
{
border-color: #CF3E32;
}
.TagClassName
{
border-color: #CF3E32;
}
</style>