Shades of Persian Red #CF302F
Tints of Persian Red #CF302F
RGB
CMYK
RGB Variations
Color information
#CF302F (or 0xCF302F) is known color: Persian Red. HEX triplet: CF, 30 and 2F. RGB value is (207,48,47). Sum of RGB (Red+Green+Blue) = 207+48+47=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF302F is #30CFD0. Grayscale: #5F5F5F. Windows color (decimal): -3198929 or 3092687. OLE color: 3092687.
HSL color Cylindrical-coordinate representation of color #CF302F: hue angle of 0.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF302F is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 47 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.19 |
| HSL | 0.38º | 0.63% | 0.5% | - |
| HSV(B) | 0.38º | 0.77% | 0.81% | - |
| XYZ | 27.3 | 15.58 | 4.26 | - |
| YUV | 95.43 | 100.68 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 47 | 0 | 0.77 | 0.77 | 0.19 | 0.38 | 0.63 | 0.5 |
| Hex | CF | 30 | 2F | 0 | 4D | 4D | 13 | 0 | 3F | 32 |
| Octal | 317 | 60 | 57 | 0 | 115 | 115 | 23 | 0 | 77 | 62 |
| Binary | 11001111 | 110000 | 101111 | 0 | 1001101 | 1001101 | 10011 | 0 | 111111 | 110010 |
Color Harmonies of #CF302F
Complementary color
Monochromatic Colors of #CF302F
Black with #CF302F
Text Example
Text Example
White with #CF302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF302F; }
p { color: rgb(207,48,47); }
H1.HeaderClassName
{
color: #CF302F;
}
.AnyTagClassName
{
color: #CF302F;
}
</style>
background-color css
<style>
a { background-color: #CF302F; }
a { background-color: rgb(207,48,47); }
div.DivClassName
{
background-color: #CF302F;
}
.BgClassName
{
background-color: #CF302F;
}
</style>
border-color css
<style>
span { border-color: #CF302F; }
span { border-color: rgb(207,48,47); }
td.TdClassName
{
border-color: #CF302F;
}
.TagClassName
{
border-color: #CF302F;
}
</style>