Shades of Persian Red #CF3E28
Tints of Persian Red #CF3E28
RGB
CMYK
RGB Variations
Color information
#CF3E28 (or 0xCF3E28) is known color: Persian Red. HEX triplet: CF, 3E and 28. RGB value is (207,62,40). Sum of RGB (Red+Green+Blue) = 207+62+40=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E28 is #30C1D7. Grayscale: #676767. Windows color (decimal): -3195352 or 2637519. OLE color: 2637519.
HSL color Cylindrical-coordinate representation of color #CF3E28: hue angle of 7.9º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF3E28 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 40 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.19 |
| HSL | 7.9º | 0.68% | 0.48% | - |
| HSV(B) | 7.9º | 0.81% | 0.81% | - |
| XYZ | 27.84 | 16.86 | 3.8 | - |
| YUV | 102.85 | 92.54 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 40 | 0 | 0.70 | 0.81 | 0.19 | 7.9 | 0.68 | 0.48 |
| Hex | CF | 3E | 28 | 0 | 46 | 51 | 13 | 8 | 44 | 30 |
| Octal | 317 | 76 | 50 | 0 | 106 | 121 | 23 | 10 | 104 | 60 |
| Binary | 11001111 | 111110 | 101000 | 0 | 1000110 | 1010001 | 10011 | 1000 | 1000100 | 110000 |
Color Harmonies of #CF3E28
Complementary color
Monochromatic Colors of #CF3E28
Black with #CF3E28
Text Example
Text Example
White with #CF3E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E28; }
p { color: rgb(207,62,40); }
H1.HeaderClassName
{
color: #CF3E28;
}
.AnyTagClassName
{
color: #CF3E28;
}
</style>
background-color css
<style>
a { background-color: #CF3E28; }
a { background-color: rgb(207,62,40); }
div.DivClassName
{
background-color: #CF3E28;
}
.BgClassName
{
background-color: #CF3E28;
}
</style>
border-color css
<style>
span { border-color: #CF3E28; }
span { border-color: rgb(207,62,40); }
td.TdClassName
{
border-color: #CF3E28;
}
.TagClassName
{
border-color: #CF3E28;
}
</style>