Shades of Persian Red #CF3A2A
Tints of Persian Red #CF3A2A
RGB
CMYK
RGB Variations
Color information
#CF3A2A (or 0xCF3A2A) is known color: Persian Red. HEX triplet: CF, 3A and 2A. RGB value is (207,58,42). Sum of RGB (Red+Green+Blue) = 207+58+42=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A2A is #30C5D5. Grayscale: #646464. Windows color (decimal): -3196374 or 2767567. OLE color: 2767567.
HSL color Cylindrical-coordinate representation of color #CF3A2A: hue angle of 5.82º 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 #CF3A2A is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 42 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.19 |
| HSL | 5.82º | 0.66% | 0.49% | - |
| HSV(B) | 5.82º | 0.8% | 0.81% | - |
| XYZ | 27.66 | 16.46 | 3.91 | - |
| YUV | 100.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 42 | 0 | 0.72 | 0.80 | 0.19 | 5.82 | 0.66 | 0.49 |
| Hex | CF | 3A | 2A | 0 | 48 | 50 | 13 | 6 | 42 | 31 |
| Octal | 317 | 72 | 52 | 0 | 110 | 120 | 23 | 6 | 102 | 61 |
| Binary | 11001111 | 111010 | 101010 | 0 | 1001000 | 1010000 | 10011 | 110 | 1000010 | 110001 |
Color Harmonies of #CF3A2A
Complementary color
Monochromatic Colors of #CF3A2A
Black with #CF3A2A
Text Example
Text Example
White with #CF3A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A2A; }
p { color: rgb(207,58,42); }
H1.HeaderClassName
{
color: #CF3A2A;
}
.AnyTagClassName
{
color: #CF3A2A;
}
</style>
background-color css
<style>
a { background-color: #CF3A2A; }
a { background-color: rgb(207,58,42); }
div.DivClassName
{
background-color: #CF3A2A;
}
.BgClassName
{
background-color: #CF3A2A;
}
</style>
border-color css
<style>
span { border-color: #CF3A2A; }
span { border-color: rgb(207,58,42); }
td.TdClassName
{
border-color: #CF3A2A;
}
.TagClassName
{
border-color: #CF3A2A;
}
</style>