Shades of Persian Red #CF3A33
Tints of Persian Red #CF3A33
RGB
CMYK
RGB Variations
Color information
#CF3A33 (or 0xCF3A33) is known color: Persian Red. HEX triplet: CF, 3A and 33. RGB value is (207,58,51). Sum of RGB (Red+Green+Blue) = 207+58+51=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A33 is #30C5CC. Grayscale: #656565. Windows color (decimal): -3196365 or 3357391. OLE color: 3357391.
HSL color Cylindrical-coordinate representation of color #CF3A33: hue angle of 2.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3A33 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 51 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.19 |
| HSL | 2.69º | 0.62% | 0.51% | - |
| HSV(B) | 2.69º | 0.75% | 0.81% | - |
| XYZ | 27.84 | 16.53 | 4.86 | - |
| YUV | 101.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 51 | 0 | 0.72 | 0.75 | 0.19 | 2.69 | 0.62 | 0.51 |
| Hex | CF | 3A | 33 | 0 | 48 | 4B | 13 | 3 | 3E | 33 |
| Octal | 317 | 72 | 63 | 0 | 110 | 113 | 23 | 3 | 76 | 63 |
| Binary | 11001111 | 111010 | 110011 | 0 | 1001000 | 1001011 | 10011 | 11 | 111110 | 110011 |
Color Harmonies of #CF3A33
Complementary color
Monochromatic Colors of #CF3A33
Black with #CF3A33
Text Example
Text Example
White with #CF3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A33; }
p { color: rgb(207,58,51); }
H1.HeaderClassName
{
color: #CF3A33;
}
.AnyTagClassName
{
color: #CF3A33;
}
</style>
background-color css
<style>
a { background-color: #CF3A33; }
a { background-color: rgb(207,58,51); }
div.DivClassName
{
background-color: #CF3A33;
}
.BgClassName
{
background-color: #CF3A33;
}
</style>
border-color css
<style>
span { border-color: #CF3A33; }
span { border-color: rgb(207,58,51); }
td.TdClassName
{
border-color: #CF3A33;
}
.TagClassName
{
border-color: #CF3A33;
}
</style>