Shades of Persian Red #CF3E29
Tints of Persian Red #CF3E29
RGB
CMYK
RGB Variations
Color information
#CF3E29 (or 0xCF3E29) is known color: Persian Red. HEX triplet: CF, 3E and 29. RGB value is (207,62,41). Sum of RGB (Red+Green+Blue) = 207+62+41=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E29 is #30C1D6. Grayscale: #676767. Windows color (decimal): -3195351 or 2703055. OLE color: 2703055.
HSL color Cylindrical-coordinate representation of color #CF3E29: hue angle of 7.59º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF3E29 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 41 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.19 |
| HSL | 7.59º | 0.67% | 0.49% | - |
| HSV(B) | 7.59º | 0.8% | 0.81% | - |
| XYZ | 27.85 | 16.87 | 3.89 | - |
| YUV | 102.96 | 93.04 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 41 | 0 | 0.70 | 0.80 | 0.19 | 7.59 | 0.67 | 0.49 |
| Hex | CF | 3E | 29 | 0 | 46 | 50 | 13 | 8 | 43 | 31 |
| Octal | 317 | 76 | 51 | 0 | 106 | 120 | 23 | 10 | 103 | 61 |
| Binary | 11001111 | 111110 | 101001 | 0 | 1000110 | 1010000 | 10011 | 1000 | 1000011 | 110001 |
Color Harmonies of #CF3E29
Complementary color
Monochromatic Colors of #CF3E29
Black with #CF3E29
Text Example
Text Example
White with #CF3E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E29; }
p { color: rgb(207,62,41); }
H1.HeaderClassName
{
color: #CF3E29;
}
.AnyTagClassName
{
color: #CF3E29;
}
</style>
background-color css
<style>
a { background-color: #CF3E29; }
a { background-color: rgb(207,62,41); }
div.DivClassName
{
background-color: #CF3E29;
}
.BgClassName
{
background-color: #CF3E29;
}
</style>
border-color css
<style>
span { border-color: #CF3E29; }
span { border-color: rgb(207,62,41); }
td.TdClassName
{
border-color: #CF3E29;
}
.TagClassName
{
border-color: #CF3E29;
}
</style>