Shades of Persian Red #CF3D32
Tints of Persian Red #CF3D32
RGB
CMYK
RGB Variations
Color information
#CF3D32 (or 0xCF3D32) is known color: Persian Red. HEX triplet: CF, 3D and 32. RGB value is (207,61,50). Sum of RGB (Red+Green+Blue) = 207+61+50=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D32 is #30C2CD. Grayscale: #676767. Windows color (decimal): -3195598 or 3292623. OLE color: 3292623.
HSL color Cylindrical-coordinate representation of color #CF3D32: hue angle of 4.2º 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 #CF3D32 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 50 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.19 |
| HSL | 4.2º | 0.62% | 0.5% | - |
| HSV(B) | 4.2º | 0.76% | 0.81% | - |
| XYZ | 27.98 | 16.83 | 4.79 | - |
| YUV | 103.4 | 97.87 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 50 | 0 | 0.71 | 0.76 | 0.19 | 4.2 | 0.62 | 0.5 |
| Hex | CF | 3D | 32 | 0 | 47 | 4C | 13 | 4 | 3E | 32 |
| Octal | 317 | 75 | 62 | 0 | 107 | 114 | 23 | 4 | 76 | 62 |
| Binary | 11001111 | 111101 | 110010 | 0 | 1000111 | 1001100 | 10011 | 100 | 111110 | 110010 |
Color Harmonies of #CF3D32
Complementary color
Monochromatic Colors of #CF3D32
Black with #CF3D32
Text Example
Text Example
White with #CF3D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D32; }
p { color: rgb(207,61,50); }
H1.HeaderClassName
{
color: #CF3D32;
}
.AnyTagClassName
{
color: #CF3D32;
}
</style>
background-color css
<style>
a { background-color: #CF3D32; }
a { background-color: rgb(207,61,50); }
div.DivClassName
{
background-color: #CF3D32;
}
.BgClassName
{
background-color: #CF3D32;
}
</style>
border-color css
<style>
span { border-color: #CF3D32; }
span { border-color: rgb(207,61,50); }
td.TdClassName
{
border-color: #CF3D32;
}
.TagClassName
{
border-color: #CF3D32;
}
</style>