Shades of Persian Red #CF3428
Tints of Persian Red #CF3428
RGB
CMYK
RGB Variations
Color information
#CF3428 (or 0xCF3428) is known color: Persian Red. HEX triplet: CF, 34 and 28. RGB value is (207,52,40). Sum of RGB (Red+Green+Blue) = 207+52+40=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3428 is #30CBD7. Grayscale: #616161. Windows color (decimal): -3197912 or 2634959. OLE color: 2634959.
HSL color Cylindrical-coordinate representation of color #CF3428: hue angle of 4.31º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF3428 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 40 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.19 |
| HSL | 4.31º | 0.68% | 0.48% | - |
| HSV(B) | 4.31º | 0.81% | 0.81% | - |
| XYZ | 27.34 | 15.87 | 3.63 | - |
| YUV | 96.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 40 | 0 | 0.75 | 0.81 | 0.19 | 4.31 | 0.68 | 0.48 |
| Hex | CF | 34 | 28 | 0 | 4B | 51 | 13 | 4 | 44 | 30 |
| Octal | 317 | 64 | 50 | 0 | 113 | 121 | 23 | 4 | 104 | 60 |
| Binary | 11001111 | 110100 | 101000 | 0 | 1001011 | 1010001 | 10011 | 100 | 1000100 | 110000 |
Color Harmonies of #CF3428
Complementary color
Monochromatic Colors of #CF3428
Black with #CF3428
Text Example
Text Example
White with #CF3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3428; }
p { color: rgb(207,52,40); }
H1.HeaderClassName
{
color: #CF3428;
}
.AnyTagClassName
{
color: #CF3428;
}
</style>
background-color css
<style>
a { background-color: #CF3428; }
a { background-color: rgb(207,52,40); }
div.DivClassName
{
background-color: #CF3428;
}
.BgClassName
{
background-color: #CF3428;
}
</style>
border-color css
<style>
span { border-color: #CF3428; }
span { border-color: rgb(207,52,40); }
td.TdClassName
{
border-color: #CF3428;
}
.TagClassName
{
border-color: #CF3428;
}
</style>