Shades of Persian Red #CF3D33
Tints of Persian Red #CF3D33
RGB
CMYK
RGB Variations
Color information
#CF3D33 (or 0xCF3D33) is known color: Persian Red. HEX triplet: CF, 3D and 33. RGB value is (207,61,51). Sum of RGB (Red+Green+Blue) = 207+61+51=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D33 is #30C2CC. Grayscale: #676767. Windows color (decimal): -3195597 or 3358159. OLE color: 3358159.
HSL color Cylindrical-coordinate representation of color #CF3D33: hue angle of 3.85º 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 #CF3D33 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 51 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.19 |
| HSL | 3.85º | 0.62% | 0.51% | - |
| HSV(B) | 3.85º | 0.75% | 0.81% | - |
| XYZ | 28 | 16.84 | 4.91 | - |
| YUV | 103.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 51 | 0 | 0.71 | 0.75 | 0.19 | 3.85 | 0.62 | 0.51 |
| Hex | CF | 3D | 33 | 0 | 47 | 4B | 13 | 4 | 3E | 33 |
| Octal | 317 | 75 | 63 | 0 | 107 | 113 | 23 | 4 | 76 | 63 |
| Binary | 11001111 | 111101 | 110011 | 0 | 1000111 | 1001011 | 10011 | 100 | 111110 | 110011 |
Color Harmonies of #CF3D33
Complementary color
Monochromatic Colors of #CF3D33
Black with #CF3D33
Text Example
Text Example
White with #CF3D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D33; }
p { color: rgb(207,61,51); }
H1.HeaderClassName
{
color: #CF3D33;
}
.AnyTagClassName
{
color: #CF3D33;
}
</style>
background-color css
<style>
a { background-color: #CF3D33; }
a { background-color: rgb(207,61,51); }
div.DivClassName
{
background-color: #CF3D33;
}
.BgClassName
{
background-color: #CF3D33;
}
</style>
border-color css
<style>
span { border-color: #CF3D33; }
span { border-color: rgb(207,61,51); }
td.TdClassName
{
border-color: #CF3D33;
}
.TagClassName
{
border-color: #CF3D33;
}
</style>