Shades of Persian Red #CF2D23
Tints of Persian Red #CF2D23
RGB
CMYK
RGB Variations
Color information
#CF2D23 (or 0xCF2D23) is known color: Persian Red. HEX triplet: CF, 2D and 23. RGB value is (207,45,35). Sum of RGB (Red+Green+Blue) = 207+45+35=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D23 is #30D2DC. Grayscale: #5C5C5C. Windows color (decimal): -3199709 or 2305487. OLE color: 2305487.
HSL color Cylindrical-coordinate representation of color #CF2D23: hue angle of 3.49º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2D23 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 35 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.19 |
| HSL | 3.49º | 0.71% | 0.47% | - |
| HSV(B) | 3.49º | 0.83% | 0.81% | - |
| XYZ | 26.97 | 15.26 | 3.11 | - |
| YUV | 92.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 35 | 0 | 0.78 | 0.83 | 0.19 | 3.49 | 0.71 | 0.47 |
| Hex | CF | 2D | 23 | 0 | 4E | 53 | 13 | 3 | 47 | 2F |
| Octal | 317 | 55 | 43 | 0 | 116 | 123 | 23 | 3 | 107 | 57 |
| Binary | 11001111 | 101101 | 100011 | 0 | 1001110 | 1010011 | 10011 | 11 | 1000111 | 101111 |
Color Harmonies of #CF2D23
Complementary color
Monochromatic Colors of #CF2D23
Black with #CF2D23
Text Example
Text Example
White with #CF2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D23; }
p { color: rgb(207,45,35); }
H1.HeaderClassName
{
color: #CF2D23;
}
.AnyTagClassName
{
color: #CF2D23;
}
</style>
background-color css
<style>
a { background-color: #CF2D23; }
a { background-color: rgb(207,45,35); }
div.DivClassName
{
background-color: #CF2D23;
}
.BgClassName
{
background-color: #CF2D23;
}
</style>
border-color css
<style>
span { border-color: #CF2D23; }
span { border-color: rgb(207,45,35); }
td.TdClassName
{
border-color: #CF2D23;
}
.TagClassName
{
border-color: #CF2D23;
}
</style>