Shades of Persian Red #CF3F33
Tints of Persian Red #CF3F33
RGB
CMYK
RGB Variations
Color information
#CF3F33 (or 0xCF3F33) is known color: Persian Red. HEX triplet: CF, 3F and 33. RGB value is (207,63,51). Sum of RGB (Red+Green+Blue) = 207+63+51=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F33 is #30C0CC. Grayscale: #686868. Windows color (decimal): -3195085 or 3358671. OLE color: 3358671.
HSL color Cylindrical-coordinate representation of color #CF3F33: hue angle of 4.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3F33 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 51 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.19 |
| HSL | 4.62º | 0.62% | 0.51% | - |
| HSV(B) | 4.62º | 0.75% | 0.81% | - |
| XYZ | 28.11 | 17.06 | 4.94 | - |
| YUV | 104.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 51 | 0 | 0.70 | 0.75 | 0.19 | 4.62 | 0.62 | 0.51 |
| Hex | CF | 3F | 33 | 0 | 46 | 4B | 13 | 5 | 3E | 33 |
| Octal | 317 | 77 | 63 | 0 | 106 | 113 | 23 | 5 | 76 | 63 |
| Binary | 11001111 | 111111 | 110011 | 0 | 1000110 | 1001011 | 10011 | 101 | 111110 | 110011 |
Color Harmonies of #CF3F33
Complementary color
Monochromatic Colors of #CF3F33
Black with #CF3F33
Text Example
Text Example
White with #CF3F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F33; }
p { color: rgb(207,63,51); }
H1.HeaderClassName
{
color: #CF3F33;
}
.AnyTagClassName
{
color: #CF3F33;
}
</style>
background-color css
<style>
a { background-color: #CF3F33; }
a { background-color: rgb(207,63,51); }
div.DivClassName
{
background-color: #CF3F33;
}
.BgClassName
{
background-color: #CF3F33;
}
</style>
border-color css
<style>
span { border-color: #CF3F33; }
span { border-color: rgb(207,63,51); }
td.TdClassName
{
border-color: #CF3F33;
}
.TagClassName
{
border-color: #CF3F33;
}
</style>