Shades of Persian Red #CE3F36
Tints of Persian Red #CE3F36
RGB
CMYK
RGB Variations
Color information
#CE3F36 (or 0xCE3F36) is known color: Persian Red. HEX triplet: CE, 3F and 36. RGB value is (206,63,54). Sum of RGB (Red+Green+Blue) = 206+63+54=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F36 is #31C0C9. Grayscale: #686868. Windows color (decimal): -3260618 or 3555278. OLE color: 3555278.
HSL color Cylindrical-coordinate representation of color #CE3F36: hue angle of 3.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3F36 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 54 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.19 |
| HSL | 3.55º | 0.61% | 0.51% | - |
| HSV(B) | 3.55º | 0.74% | 0.81% | - |
| XYZ | 27.9 | 16.94 | 5.29 | - |
| YUV | 104.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 54 | 0 | 0.69 | 0.74 | 0.19 | 3.55 | 0.61 | 0.51 |
| Hex | CE | 3F | 36 | 0 | 45 | 4A | 13 | 4 | 3D | 33 |
| Octal | 316 | 77 | 66 | 0 | 105 | 112 | 23 | 4 | 75 | 63 |
| Binary | 11001110 | 111111 | 110110 | 0 | 1000101 | 1001010 | 10011 | 100 | 111101 | 110011 |
Color Harmonies of #CE3F36
Complementary color
Monochromatic Colors of #CE3F36
Black with #CE3F36
Text Example
Text Example
White with #CE3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F36; }
p { color: rgb(206,63,54); }
H1.HeaderClassName
{
color: #CE3F36;
}
.AnyTagClassName
{
color: #CE3F36;
}
</style>
background-color css
<style>
a { background-color: #CE3F36; }
a { background-color: rgb(206,63,54); }
div.DivClassName
{
background-color: #CE3F36;
}
.BgClassName
{
background-color: #CE3F36;
}
</style>
border-color css
<style>
span { border-color: #CE3F36; }
span { border-color: rgb(206,63,54); }
td.TdClassName
{
border-color: #CE3F36;
}
.TagClassName
{
border-color: #CE3F36;
}
</style>