Shades of Persian Red #CF3A32
Tints of Persian Red #CF3A32
RGB
CMYK
RGB Variations
Color information
#CF3A32 (or 0xCF3A32) is known color: Persian Red. HEX triplet: CF, 3A and 32. RGB value is (207,58,50). Sum of RGB (Red+Green+Blue) = 207+58+50=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A32 is #30C5CD. Grayscale: #656565. Windows color (decimal): -3196366 or 3291855. OLE color: 3291855.
HSL color Cylindrical-coordinate representation of color #CF3A32: hue angle of 3.06º 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 #CF3A32 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 50 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.19 |
| HSL | 3.06º | 0.62% | 0.5% | - |
| HSV(B) | 3.06º | 0.76% | 0.81% | - |
| XYZ | 27.82 | 16.52 | 4.74 | - |
| YUV | 101.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 50 | 0 | 0.72 | 0.76 | 0.19 | 3.06 | 0.62 | 0.5 |
| Hex | CF | 3A | 32 | 0 | 48 | 4C | 13 | 3 | 3E | 32 |
| Octal | 317 | 72 | 62 | 0 | 110 | 114 | 23 | 3 | 76 | 62 |
| Binary | 11001111 | 111010 | 110010 | 0 | 1001000 | 1001100 | 10011 | 11 | 111110 | 110010 |
Color Harmonies of #CF3A32
Complementary color
Monochromatic Colors of #CF3A32
Black with #CF3A32
Text Example
Text Example
White with #CF3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A32; }
p { color: rgb(207,58,50); }
H1.HeaderClassName
{
color: #CF3A32;
}
.AnyTagClassName
{
color: #CF3A32;
}
</style>
background-color css
<style>
a { background-color: #CF3A32; }
a { background-color: rgb(207,58,50); }
div.DivClassName
{
background-color: #CF3A32;
}
.BgClassName
{
background-color: #CF3A32;
}
</style>
border-color css
<style>
span { border-color: #CF3A32; }
span { border-color: rgb(207,58,50); }
td.TdClassName
{
border-color: #CF3A32;
}
.TagClassName
{
border-color: #CF3A32;
}
</style>