Shades of Persian Red #CF2A28
Tints of Persian Red #CF2A28
RGB
CMYK
RGB Variations
Color information
#CF2A28 (or 0xCF2A28) is known color: Persian Red. HEX triplet: CF, 2A and 28. RGB value is (207,42,40). Sum of RGB (Red+Green+Blue) = 207+42+40=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2A28 is #30D5D7. Grayscale: #5B5B5B. Windows color (decimal): -3200472 or 2632399. OLE color: 2632399.
HSL color Cylindrical-coordinate representation of color #CF2A28: hue angle of 0.72º 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 #CF2A28 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 40 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.19 |
| HSL | 0.72º | 0.68% | 0.48% | - |
| HSV(B) | 0.72º | 0.81% | 0.81% | - |
| XYZ | 26.94 | 15.07 | 3.5 | - |
| YUV | 91.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 40 | 0 | 0.80 | 0.81 | 0.19 | 0.72 | 0.68 | 0.48 |
| Hex | CF | 2A | 28 | 0 | 50 | 51 | 13 | 1 | 44 | 30 |
| Octal | 317 | 52 | 50 | 0 | 120 | 121 | 23 | 1 | 104 | 60 |
| Binary | 11001111 | 101010 | 101000 | 0 | 1010000 | 1010001 | 10011 | 1 | 1000100 | 110000 |
Color Harmonies of #CF2A28
Complementary color
Monochromatic Colors of #CF2A28
Black with #CF2A28
Text Example
Text Example
White with #CF2A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A28; }
p { color: rgb(207,42,40); }
H1.HeaderClassName
{
color: #CF2A28;
}
.AnyTagClassName
{
color: #CF2A28;
}
</style>
background-color css
<style>
a { background-color: #CF2A28; }
a { background-color: rgb(207,42,40); }
div.DivClassName
{
background-color: #CF2A28;
}
.BgClassName
{
background-color: #CF2A28;
}
</style>
border-color css
<style>
span { border-color: #CF2A28; }
span { border-color: rgb(207,42,40); }
td.TdClassName
{
border-color: #CF2A28;
}
.TagClassName
{
border-color: #CF2A28;
}
</style>