Shades of Persian Red #CF302D
Tints of Persian Red #CF302D
RGB
CMYK
RGB Variations
Color information
#CF302D (or 0xCF302D) is known color: Persian Red. HEX triplet: CF, 30 and 2D. RGB value is (207,48,45). Sum of RGB (Red+Green+Blue) = 207+48+45=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF302D is #30CFD2. Grayscale: #5F5F5F. Windows color (decimal): -3198931 or 2961615. OLE color: 2961615.
HSL color Cylindrical-coordinate representation of color #CF302D: hue angle of 1.11º 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 #CF302D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 45 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.19 |
| HSL | 1.11º | 0.64% | 0.49% | - |
| HSV(B) | 1.11º | 0.78% | 0.81% | - |
| XYZ | 27.26 | 15.57 | 4.05 | - |
| YUV | 95.2 | 99.68 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 45 | 0 | 0.77 | 0.78 | 0.19 | 1.11 | 0.64 | 0.49 |
| Hex | CF | 30 | 2D | 0 | 4D | 4E | 13 | 1 | 40 | 31 |
| Octal | 317 | 60 | 55 | 0 | 115 | 116 | 23 | 1 | 100 | 61 |
| Binary | 11001111 | 110000 | 101101 | 0 | 1001101 | 1001110 | 10011 | 1 | 1000000 | 110001 |
Color Harmonies of #CF302D
Complementary color
Monochromatic Colors of #CF302D
Black with #CF302D
Text Example
Text Example
White with #CF302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF302D; }
p { color: rgb(207,48,45); }
H1.HeaderClassName
{
color: #CF302D;
}
.AnyTagClassName
{
color: #CF302D;
}
</style>
background-color css
<style>
a { background-color: #CF302D; }
a { background-color: rgb(207,48,45); }
div.DivClassName
{
background-color: #CF302D;
}
.BgClassName
{
background-color: #CF302D;
}
</style>
border-color css
<style>
span { border-color: #CF302D; }
span { border-color: rgb(207,48,45); }
td.TdClassName
{
border-color: #CF302D;
}
.TagClassName
{
border-color: #CF302D;
}
</style>