Shades of Persian Red #CF2A26
Tints of Persian Red #CF2A26
RGB
CMYK
RGB Variations
Color information
#CF2A26 (or 0xCF2A26) is known color: Persian Red. HEX triplet: CF, 2A and 26. RGB value is (207,42,38). Sum of RGB (Red+Green+Blue) = 207+42+38=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2A26 is #30D5D9. Grayscale: #5B5B5B. Windows color (decimal): -3200474 or 2501327. OLE color: 2501327.
HSL color Cylindrical-coordinate representation of color #CF2A26: hue angle of 1.42º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2A26 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 38 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.19 |
| HSL | 1.42º | 0.69% | 0.48% | - |
| HSV(B) | 1.42º | 0.82% | 0.81% | - |
| XYZ | 26.91 | 15.06 | 3.32 | - |
| YUV | 90.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 38 | 0 | 0.80 | 0.82 | 0.19 | 1.42 | 0.69 | 0.48 |
| Hex | CF | 2A | 26 | 0 | 50 | 52 | 13 | 1 | 45 | 30 |
| Octal | 317 | 52 | 46 | 0 | 120 | 122 | 23 | 1 | 105 | 60 |
| Binary | 11001111 | 101010 | 100110 | 0 | 1010000 | 1010010 | 10011 | 1 | 1000101 | 110000 |
Color Harmonies of #CF2A26
Complementary color
Monochromatic Colors of #CF2A26
Black with #CF2A26
Text Example
Text Example
White with #CF2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A26; }
p { color: rgb(207,42,38); }
H1.HeaderClassName
{
color: #CF2A26;
}
.AnyTagClassName
{
color: #CF2A26;
}
</style>
background-color css
<style>
a { background-color: #CF2A26; }
a { background-color: rgb(207,42,38); }
div.DivClassName
{
background-color: #CF2A26;
}
.BgClassName
{
background-color: #CF2A26;
}
</style>
border-color css
<style>
span { border-color: #CF2A26; }
span { border-color: rgb(207,42,38); }
td.TdClassName
{
border-color: #CF2A26;
}
.TagClassName
{
border-color: #CF2A26;
}
</style>