Shades of Persian Red #CF3E2C
Tints of Persian Red #CF3E2C
RGB
CMYK
RGB Variations
Color information
#CF3E2C (or 0xCF3E2C) is known color: Persian Red. HEX triplet: CF, 3E and 2C. RGB value is (207,62,44). Sum of RGB (Red+Green+Blue) = 207+62+44=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E2C is #30C1D3. Grayscale: #676767. Windows color (decimal): -3195348 or 2899663. OLE color: 2899663.
HSL color Cylindrical-coordinate representation of color #CF3E2C: hue angle of 6.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF3E2C is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 44 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.19 |
| HSL | 6.63º | 0.65% | 0.49% | - |
| HSV(B) | 6.63º | 0.79% | 0.81% | - |
| XYZ | 27.91 | 16.89 | 4.17 | - |
| YUV | 103.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 44 | 0 | 0.70 | 0.79 | 0.19 | 6.63 | 0.65 | 0.49 |
| Hex | CF | 3E | 2C | 0 | 46 | 4F | 13 | 7 | 41 | 31 |
| Octal | 317 | 76 | 54 | 0 | 106 | 117 | 23 | 7 | 101 | 61 |
| Binary | 11001111 | 111110 | 101100 | 0 | 1000110 | 1001111 | 10011 | 111 | 1000001 | 110001 |
Color Harmonies of #CF3E2C
Complementary color
Monochromatic Colors of #CF3E2C
Black with #CF3E2C
Text Example
Text Example
White with #CF3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E2C; }
p { color: rgb(207,62,44); }
H1.HeaderClassName
{
color: #CF3E2C;
}
.AnyTagClassName
{
color: #CF3E2C;
}
</style>
background-color css
<style>
a { background-color: #CF3E2C; }
a { background-color: rgb(207,62,44); }
div.DivClassName
{
background-color: #CF3E2C;
}
.BgClassName
{
background-color: #CF3E2C;
}
</style>
border-color css
<style>
span { border-color: #CF3E2C; }
span { border-color: rgb(207,62,44); }
td.TdClassName
{
border-color: #CF3E2C;
}
.TagClassName
{
border-color: #CF3E2C;
}
</style>