Shades of Persian Red #CF302A
Tints of Persian Red #CF302A
RGB
CMYK
RGB Variations
Color information
#CF302A (or 0xCF302A) is known color: Persian Red. HEX triplet: CF, 30 and 2A. RGB value is (207,48,42). Sum of RGB (Red+Green+Blue) = 207+48+42=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF302A is #30CFD5. Grayscale: #5F5F5F. Windows color (decimal): -3198934 or 2765007. OLE color: 2765007.
HSL color Cylindrical-coordinate representation of color #CF302A: hue angle of 2.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF302A is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 42 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.19 |
| HSL | 2.18º | 0.66% | 0.49% | - |
| HSV(B) | 2.18º | 0.8% | 0.81% | - |
| XYZ | 27.21 | 15.55 | 3.76 | - |
| YUV | 94.86 | 98.18 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 42 | 0 | 0.77 | 0.80 | 0.19 | 2.18 | 0.66 | 0.49 |
| Hex | CF | 30 | 2A | 0 | 4D | 50 | 13 | 2 | 42 | 31 |
| Octal | 317 | 60 | 52 | 0 | 115 | 120 | 23 | 2 | 102 | 61 |
| Binary | 11001111 | 110000 | 101010 | 0 | 1001101 | 1010000 | 10011 | 10 | 1000010 | 110001 |
Color Harmonies of #CF302A
Complementary color
Monochromatic Colors of #CF302A
Black with #CF302A
Text Example
Text Example
White with #CF302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF302A; }
p { color: rgb(207,48,42); }
H1.HeaderClassName
{
color: #CF302A;
}
.AnyTagClassName
{
color: #CF302A;
}
</style>
background-color css
<style>
a { background-color: #CF302A; }
a { background-color: rgb(207,48,42); }
div.DivClassName
{
background-color: #CF302A;
}
.BgClassName
{
background-color: #CF302A;
}
</style>
border-color css
<style>
span { border-color: #CF302A; }
span { border-color: rgb(207,48,42); }
td.TdClassName
{
border-color: #CF302A;
}
.TagClassName
{
border-color: #CF302A;
}
</style>