Shades of Persian Red #CF3530
Tints of Persian Red #CF3530
RGB
CMYK
RGB Variations
Color information
#CF3530 (or 0xCF3530) is known color: Persian Red. HEX triplet: CF, 35 and 30. RGB value is (207,53,48). Sum of RGB (Red+Green+Blue) = 207+53+48=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3530 is #30CACF. Grayscale: #626262. Windows color (decimal): -3197648 or 3159503. OLE color: 3159503.
HSL color Cylindrical-coordinate representation of color #CF3530: hue angle of 1.89º degrees, saturation: 0.62, 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 #CF3530 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 48 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.19 |
| HSL | 1.89º | 0.62% | 0.5% | - |
| HSV(B) | 1.89º | 0.77% | 0.81% | - |
| XYZ | 27.54 | 16.03 | 4.44 | - |
| YUV | 98.48 | 99.52 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 48 | 0 | 0.74 | 0.77 | 0.19 | 1.89 | 0.62 | 0.5 |
| Hex | CF | 35 | 30 | 0 | 4A | 4D | 13 | 2 | 3E | 32 |
| Octal | 317 | 65 | 60 | 0 | 112 | 115 | 23 | 2 | 76 | 62 |
| Binary | 11001111 | 110101 | 110000 | 0 | 1001010 | 1001101 | 10011 | 10 | 111110 | 110010 |
Color Harmonies of #CF3530
Complementary color
Monochromatic Colors of #CF3530
Black with #CF3530
Text Example
Text Example
White with #CF3530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3530; }
p { color: rgb(207,53,48); }
H1.HeaderClassName
{
color: #CF3530;
}
.AnyTagClassName
{
color: #CF3530;
}
</style>
background-color css
<style>
a { background-color: #CF3530; }
a { background-color: rgb(207,53,48); }
div.DivClassName
{
background-color: #CF3530;
}
.BgClassName
{
background-color: #CF3530;
}
</style>
border-color css
<style>
span { border-color: #CF3530; }
span { border-color: rgb(207,53,48); }
td.TdClassName
{
border-color: #CF3530;
}
.TagClassName
{
border-color: #CF3530;
}
</style>