Shades of Persian Red #CF3F3B
Tints of Persian Red #CF3F3B
RGB
CMYK
RGB Variations
Color information
#CF3F3B (or 0xCF3F3B) is known color: Persian Red. HEX triplet: CF, 3F and 3B. RGB value is (207,63,59). Sum of RGB (Red+Green+Blue) = 207+63+59=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F3B is #30C0C4. Grayscale: #696969. Windows color (decimal): -3195077 or 3882959. OLE color: 3882959.
HSL color Cylindrical-coordinate representation of color #CF3F3B: hue angle of 1.62º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3F3B is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 59 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.19 |
| HSL | 1.62º | 0.61% | 0.52% | - |
| HSV(B) | 1.62º | 0.71% | 0.81% | - |
| XYZ | 28.3 | 17.14 | 5.95 | - |
| YUV | 105.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 59 | 0 | 0.70 | 0.71 | 0.19 | 1.62 | 0.61 | 0.52 |
| Hex | CF | 3F | 3B | 0 | 46 | 47 | 13 | 2 | 3D | 34 |
| Octal | 317 | 77 | 73 | 0 | 106 | 107 | 23 | 2 | 75 | 64 |
| Binary | 11001111 | 111111 | 111011 | 0 | 1000110 | 1000111 | 10011 | 10 | 111101 | 110100 |
Color Harmonies of #CF3F3B
Complementary color
Monochromatic Colors of #CF3F3B
Black with #CF3F3B
Text Example
Text Example
White with #CF3F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F3B; }
p { color: rgb(207,63,59); }
H1.HeaderClassName
{
color: #CF3F3B;
}
.AnyTagClassName
{
color: #CF3F3B;
}
</style>
background-color css
<style>
a { background-color: #CF3F3B; }
a { background-color: rgb(207,63,59); }
div.DivClassName
{
background-color: #CF3F3B;
}
.BgClassName
{
background-color: #CF3F3B;
}
</style>
border-color css
<style>
span { border-color: #CF3F3B; }
span { border-color: rgb(207,63,59); }
td.TdClassName
{
border-color: #CF3F3B;
}
.TagClassName
{
border-color: #CF3F3B;
}
</style>