Shades of Persian Red #CF3E2D
Tints of Persian Red #CF3E2D
RGB
CMYK
RGB Variations
Color information
#CF3E2D (or 0xCF3E2D) is known color: Persian Red. HEX triplet: CF, 3E and 2D. RGB value is (207,62,45). Sum of RGB (Red+Green+Blue) = 207+62+45=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E2D is #30C1D2. Grayscale: #676767. Windows color (decimal): -3195347 or 2965199. OLE color: 2965199.
HSL color Cylindrical-coordinate representation of color #CF3E2D: hue angle of 6.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF3E2D is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 45 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.19 |
| HSL | 6.3º | 0.64% | 0.49% | - |
| HSV(B) | 6.3º | 0.78% | 0.81% | - |
| XYZ | 27.93 | 16.9 | 4.27 | - |
| YUV | 103.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 45 | 0 | 0.70 | 0.78 | 0.19 | 6.3 | 0.64 | 0.49 |
| Hex | CF | 3E | 2D | 0 | 46 | 4E | 13 | 6 | 40 | 31 |
| Octal | 317 | 76 | 55 | 0 | 106 | 116 | 23 | 6 | 100 | 61 |
| Binary | 11001111 | 111110 | 101101 | 0 | 1000110 | 1001110 | 10011 | 110 | 1000000 | 110001 |
Color Harmonies of #CF3E2D
Complementary color
Monochromatic Colors of #CF3E2D
Black with #CF3E2D
Text Example
Text Example
White with #CF3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E2D; }
p { color: rgb(207,62,45); }
H1.HeaderClassName
{
color: #CF3E2D;
}
.AnyTagClassName
{
color: #CF3E2D;
}
</style>
background-color css
<style>
a { background-color: #CF3E2D; }
a { background-color: rgb(207,62,45); }
div.DivClassName
{
background-color: #CF3E2D;
}
.BgClassName
{
background-color: #CF3E2D;
}
</style>
border-color css
<style>
span { border-color: #CF3E2D; }
span { border-color: rgb(207,62,45); }
td.TdClassName
{
border-color: #CF3E2D;
}
.TagClassName
{
border-color: #CF3E2D;
}
</style>