Shades of Persian Red #CF342A
Tints of Persian Red #CF342A
RGB
CMYK
RGB Variations
Color information
#CF342A (or 0xCF342A) is known color: Persian Red. HEX triplet: CF, 34 and 2A. RGB value is (207,52,42). Sum of RGB (Red+Green+Blue) = 207+52+42=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF342A is #30CBD5. Grayscale: #616161. Windows color (decimal): -3197910 or 2766031. OLE color: 2766031.
HSL color Cylindrical-coordinate representation of color #CF342A: hue angle of 3.64º degrees, saturation: 0.66, 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 #CF342A is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 42 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.19 |
| HSL | 3.64º | 0.66% | 0.49% | - |
| HSV(B) | 3.64º | 0.8% | 0.81% | - |
| XYZ | 27.38 | 15.89 | 3.81 | - |
| YUV | 97.21 | 96.85 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 42 | 0 | 0.75 | 0.80 | 0.19 | 3.64 | 0.66 | 0.49 |
| Hex | CF | 34 | 2A | 0 | 4B | 50 | 13 | 4 | 42 | 31 |
| Octal | 317 | 64 | 52 | 0 | 113 | 120 | 23 | 4 | 102 | 61 |
| Binary | 11001111 | 110100 | 101010 | 0 | 1001011 | 1010000 | 10011 | 100 | 1000010 | 110001 |
Color Harmonies of #CF342A
Complementary color
Monochromatic Colors of #CF342A
Black with #CF342A
Text Example
Text Example
White with #CF342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF342A; }
p { color: rgb(207,52,42); }
H1.HeaderClassName
{
color: #CF342A;
}
.AnyTagClassName
{
color: #CF342A;
}
</style>
background-color css
<style>
a { background-color: #CF342A; }
a { background-color: rgb(207,52,42); }
div.DivClassName
{
background-color: #CF342A;
}
.BgClassName
{
background-color: #CF342A;
}
</style>
border-color css
<style>
span { border-color: #CF342A; }
span { border-color: rgb(207,52,42); }
td.TdClassName
{
border-color: #CF342A;
}
.TagClassName
{
border-color: #CF342A;
}
</style>