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