Shades of Persian Red #CF3A2D
Tints of Persian Red #CF3A2D
RGB
CMYK
RGB Variations
Color information
#CF3A2D (or 0xCF3A2D) is known color: Persian Red. HEX triplet: CF, 3A and 2D. RGB value is (207,58,45). Sum of RGB (Red+Green+Blue) = 207+58+45=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A2D is #30C5D2. Grayscale: #656565. Windows color (decimal): -3196371 or 2964175. OLE color: 2964175.
HSL color Cylindrical-coordinate representation of color #CF3A2D: hue angle of 4.81º 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 #CF3A2D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 45 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.19 |
| HSL | 4.81º | 0.64% | 0.49% | - |
| HSV(B) | 4.81º | 0.78% | 0.81% | - |
| XYZ | 27.72 | 16.48 | 4.2 | - |
| YUV | 101.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 45 | 0 | 0.72 | 0.78 | 0.19 | 4.81 | 0.64 | 0.49 |
| Hex | CF | 3A | 2D | 0 | 48 | 4E | 13 | 5 | 40 | 31 |
| Octal | 317 | 72 | 55 | 0 | 110 | 116 | 23 | 5 | 100 | 61 |
| Binary | 11001111 | 111010 | 101101 | 0 | 1001000 | 1001110 | 10011 | 101 | 1000000 | 110001 |
Color Harmonies of #CF3A2D
Complementary color
Monochromatic Colors of #CF3A2D
Black with #CF3A2D
Text Example
Text Example
White with #CF3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A2D; }
p { color: rgb(207,58,45); }
H1.HeaderClassName
{
color: #CF3A2D;
}
.AnyTagClassName
{
color: #CF3A2D;
}
</style>
background-color css
<style>
a { background-color: #CF3A2D; }
a { background-color: rgb(207,58,45); }
div.DivClassName
{
background-color: #CF3A2D;
}
.BgClassName
{
background-color: #CF3A2D;
}
</style>
border-color css
<style>
span { border-color: #CF3A2D; }
span { border-color: rgb(207,58,45); }
td.TdClassName
{
border-color: #CF3A2D;
}
.TagClassName
{
border-color: #CF3A2D;
}
</style>