Shades of Persian Red #CF2D25
Tints of Persian Red #CF2D25
RGB
CMYK
RGB Variations
Color information
#CF2D25 (or 0xCF2D25) is known color: Persian Red. HEX triplet: CF, 2D and 25. RGB value is (207,45,37). Sum of RGB (Red+Green+Blue) = 207+45+37=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D25 is #30D2DA. Grayscale: #5C5C5C. Windows color (decimal): -3199707 or 2436559. OLE color: 2436559.
HSL color Cylindrical-coordinate representation of color #CF2D25: hue angle of 2.82º degrees, saturation: 0.7, 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 #CF2D25 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 37 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.19 |
| HSL | 2.82º | 0.7% | 0.48% | - |
| HSV(B) | 2.82º | 0.82% | 0.81% | - |
| XYZ | 27 | 15.28 | 3.28 | - |
| YUV | 92.53 | 96.67 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 37 | 0 | 0.78 | 0.82 | 0.19 | 2.82 | 0.7 | 0.48 |
| Hex | CF | 2D | 25 | 0 | 4E | 52 | 13 | 3 | 46 | 30 |
| Octal | 317 | 55 | 45 | 0 | 116 | 122 | 23 | 3 | 106 | 60 |
| Binary | 11001111 | 101101 | 100101 | 0 | 1001110 | 1010010 | 10011 | 11 | 1000110 | 110000 |
Color Harmonies of #CF2D25
Complementary color
Monochromatic Colors of #CF2D25
Black with #CF2D25
Text Example
Text Example
White with #CF2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D25; }
p { color: rgb(207,45,37); }
H1.HeaderClassName
{
color: #CF2D25;
}
.AnyTagClassName
{
color: #CF2D25;
}
</style>
background-color css
<style>
a { background-color: #CF2D25; }
a { background-color: rgb(207,45,37); }
div.DivClassName
{
background-color: #CF2D25;
}
.BgClassName
{
background-color: #CF2D25;
}
</style>
border-color css
<style>
span { border-color: #CF2D25; }
span { border-color: rgb(207,45,37); }
td.TdClassName
{
border-color: #CF2D25;
}
.TagClassName
{
border-color: #CF2D25;
}
</style>