Shades of Persian Red #CF3C32
Tints of Persian Red #CF3C32
RGB
CMYK
RGB Variations
Color information
#CF3C32 (or 0xCF3C32) is known color: Persian Red. HEX triplet: CF, 3C and 32. RGB value is (207,60,50). Sum of RGB (Red+Green+Blue) = 207+60+50=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C32 is #30C3CD. Grayscale: #676767. Windows color (decimal): -3195854 or 3292367. OLE color: 3292367.
HSL color Cylindrical-coordinate representation of color #CF3C32: hue angle of 3.82º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3C32 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 50 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.19 |
| HSL | 3.82º | 0.62% | 0.5% | - |
| HSV(B) | 3.82º | 0.76% | 0.81% | - |
| XYZ | 27.92 | 16.73 | 4.77 | - |
| YUV | 102.81 | 98.2 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 50 | 0 | 0.71 | 0.76 | 0.19 | 3.82 | 0.62 | 0.5 |
| Hex | CF | 3C | 32 | 0 | 47 | 4C | 13 | 4 | 3E | 32 |
| Octal | 317 | 74 | 62 | 0 | 107 | 114 | 23 | 4 | 76 | 62 |
| Binary | 11001111 | 111100 | 110010 | 0 | 1000111 | 1001100 | 10011 | 100 | 111110 | 110010 |
Color Harmonies of #CF3C32
Complementary color
Monochromatic Colors of #CF3C32
Black with #CF3C32
Text Example
Text Example
White with #CF3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C32; }
p { color: rgb(207,60,50); }
H1.HeaderClassName
{
color: #CF3C32;
}
.AnyTagClassName
{
color: #CF3C32;
}
</style>
background-color css
<style>
a { background-color: #CF3C32; }
a { background-color: rgb(207,60,50); }
div.DivClassName
{
background-color: #CF3C32;
}
.BgClassName
{
background-color: #CF3C32;
}
</style>
border-color css
<style>
span { border-color: #CF3C32; }
span { border-color: rgb(207,60,50); }
td.TdClassName
{
border-color: #CF3C32;
}
.TagClassName
{
border-color: #CF3C32;
}
</style>