Shades of Persian Red #CF3F30
Tints of Persian Red #CF3F30
RGB
CMYK
RGB Variations
Color information
#CF3F30 (or 0xCF3F30) is known color: Persian Red. HEX triplet: CF, 3F and 30. RGB value is (207,63,48). Sum of RGB (Red+Green+Blue) = 207+63+48=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F30 is #30C0CF. Grayscale: #686868. Windows color (decimal): -3195088 or 3162063. OLE color: 3162063.
HSL color Cylindrical-coordinate representation of color #CF3F30: hue angle of 5.66º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3F30 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 48 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.19 |
| HSL | 5.66º | 0.62% | 0.5% | - |
| HSV(B) | 5.66º | 0.77% | 0.81% | - |
| XYZ | 28.04 | 17.03 | 4.61 | - |
| YUV | 104.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 48 | 0 | 0.70 | 0.77 | 0.19 | 5.66 | 0.62 | 0.5 |
| Hex | CF | 3F | 30 | 0 | 46 | 4D | 13 | 6 | 3E | 32 |
| Octal | 317 | 77 | 60 | 0 | 106 | 115 | 23 | 6 | 76 | 62 |
| Binary | 11001111 | 111111 | 110000 | 0 | 1000110 | 1001101 | 10011 | 110 | 111110 | 110010 |
Color Harmonies of #CF3F30
Complementary color
Monochromatic Colors of #CF3F30
Black with #CF3F30
Text Example
Text Example
White with #CF3F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F30; }
p { color: rgb(207,63,48); }
H1.HeaderClassName
{
color: #CF3F30;
}
.AnyTagClassName
{
color: #CF3F30;
}
</style>
background-color css
<style>
a { background-color: #CF3F30; }
a { background-color: rgb(207,63,48); }
div.DivClassName
{
background-color: #CF3F30;
}
.BgClassName
{
background-color: #CF3F30;
}
</style>
border-color css
<style>
span { border-color: #CF3F30; }
span { border-color: rgb(207,63,48); }
td.TdClassName
{
border-color: #CF3F30;
}
.TagClassName
{
border-color: #CF3F30;
}
</style>