Shades of Persian Red #CF342E
Tints of Persian Red #CF342E
RGB
CMYK
RGB Variations
Color information
#CF342E (or 0xCF342E) is known color: Persian Red. HEX triplet: CF, 34 and 2E. RGB value is (207,52,46). Sum of RGB (Red+Green+Blue) = 207+52+46=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF342E is #30CBD1. Grayscale: #616161. Windows color (decimal): -3197906 or 3028175. OLE color: 3028175.
HSL color Cylindrical-coordinate representation of color #CF342E: hue angle of 2.24º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF342E is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 46 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.19 |
| HSL | 2.24º | 0.64% | 0.5% | - |
| HSV(B) | 2.24º | 0.78% | 0.81% | - |
| XYZ | 27.45 | 15.92 | 4.21 | - |
| YUV | 97.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 46 | 0 | 0.75 | 0.78 | 0.19 | 2.24 | 0.64 | 0.5 |
| Hex | CF | 34 | 2E | 0 | 4B | 4E | 13 | 2 | 40 | 32 |
| Octal | 317 | 64 | 56 | 0 | 113 | 116 | 23 | 2 | 100 | 62 |
| Binary | 11001111 | 110100 | 101110 | 0 | 1001011 | 1001110 | 10011 | 10 | 1000000 | 110010 |
Color Harmonies of #CF342E
Complementary color
Monochromatic Colors of #CF342E
Black with #CF342E
Text Example
Text Example
White with #CF342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF342E; }
p { color: rgb(207,52,46); }
H1.HeaderClassName
{
color: #CF342E;
}
.AnyTagClassName
{
color: #CF342E;
}
</style>
background-color css
<style>
a { background-color: #CF342E; }
a { background-color: rgb(207,52,46); }
div.DivClassName
{
background-color: #CF342E;
}
.BgClassName
{
background-color: #CF342E;
}
</style>
border-color css
<style>
span { border-color: #CF342E; }
span { border-color: rgb(207,52,46); }
td.TdClassName
{
border-color: #CF342E;
}
.TagClassName
{
border-color: #CF342E;
}
</style>