Shades of Persian Red #CF402D
Tints of Persian Red #CF402D
RGB
CMYK
RGB Variations
Color information
#CF402D (or 0xCF402D) is known color: Persian Red. HEX triplet: CF, 40 and 2D. RGB value is (207,64,45). Sum of RGB (Red+Green+Blue) = 207+64+45=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF402D is #30BFD2. Grayscale: #686868. Windows color (decimal): -3194835 or 2965711. OLE color: 2965711.
HSL color Cylindrical-coordinate representation of color #CF402D: hue angle of 7.04º 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 #CF402D is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 45 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.19 |
| HSL | 7.04º | 0.64% | 0.49% | - |
| HSV(B) | 7.04º | 0.78% | 0.81% | - |
| XYZ | 28.04 | 17.12 | 4.31 | - |
| YUV | 104.59 | 94.38 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 45 | 0 | 0.69 | 0.78 | 0.19 | 7.04 | 0.64 | 0.49 |
| Hex | CF | 40 | 2D | 0 | 45 | 4E | 13 | 7 | 40 | 31 |
| Octal | 317 | 100 | 55 | 0 | 105 | 116 | 23 | 7 | 100 | 61 |
| Binary | 11001111 | 1000000 | 101101 | 0 | 1000101 | 1001110 | 10011 | 111 | 1000000 | 110001 |
Color Harmonies of #CF402D
Complementary color
Monochromatic Colors of #CF402D
Black with #CF402D
Text Example
Text Example
White with #CF402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF402D; }
p { color: rgb(207,64,45); }
H1.HeaderClassName
{
color: #CF402D;
}
.AnyTagClassName
{
color: #CF402D;
}
</style>
background-color css
<style>
a { background-color: #CF402D; }
a { background-color: rgb(207,64,45); }
div.DivClassName
{
background-color: #CF402D;
}
.BgClassName
{
background-color: #CF402D;
}
</style>
border-color css
<style>
span { border-color: #CF402D; }
span { border-color: rgb(207,64,45); }
td.TdClassName
{
border-color: #CF402D;
}
.TagClassName
{
border-color: #CF402D;
}
</style>