Shades of Persian Red #CF3430
Tints of Persian Red #CF3430
RGB
CMYK
RGB Variations
Color information
#CF3430 (or 0xCF3430) is known color: Persian Red. HEX triplet: CF, 34 and 30. RGB value is (207,52,48). Sum of RGB (Red+Green+Blue) = 207+52+48=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3430 is #30CBCF. Grayscale: #626262. Windows color (decimal): -3197904 or 3159247. OLE color: 3159247.
HSL color Cylindrical-coordinate representation of color #CF3430: hue angle of 1.51º 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 #CF3430 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 48 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.19 |
| HSL | 1.51º | 0.62% | 0.5% | - |
| HSV(B) | 1.51º | 0.77% | 0.81% | - |
| XYZ | 27.49 | 15.93 | 4.42 | - |
| YUV | 97.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 48 | 0 | 0.75 | 0.77 | 0.19 | 1.51 | 0.62 | 0.5 |
| Hex | CF | 34 | 30 | 0 | 4B | 4D | 13 | 2 | 3E | 32 |
| Octal | 317 | 64 | 60 | 0 | 113 | 115 | 23 | 2 | 76 | 62 |
| Binary | 11001111 | 110100 | 110000 | 0 | 1001011 | 1001101 | 10011 | 10 | 111110 | 110010 |
Color Harmonies of #CF3430
Complementary color
Monochromatic Colors of #CF3430
Black with #CF3430
Text Example
Text Example
White with #CF3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3430; }
p { color: rgb(207,52,48); }
H1.HeaderClassName
{
color: #CF3430;
}
.AnyTagClassName
{
color: #CF3430;
}
</style>
background-color css
<style>
a { background-color: #CF3430; }
a { background-color: rgb(207,52,48); }
div.DivClassName
{
background-color: #CF3430;
}
.BgClassName
{
background-color: #CF3430;
}
</style>
border-color css
<style>
span { border-color: #CF3430; }
span { border-color: rgb(207,52,48); }
td.TdClassName
{
border-color: #CF3430;
}
.TagClassName
{
border-color: #CF3430;
}
</style>