Shades of Persian Red #CE3C34
Tints of Persian Red #CE3C34
RGB
CMYK
RGB Variations
Color information
#CE3C34 (or 0xCE3C34) is known color: Persian Red. HEX triplet: CE, 3C and 34. RGB value is (206,60,52). Sum of RGB (Red+Green+Blue) = 206+60+52=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C34 is #31C3CB. Grayscale: #666666. Windows color (decimal): -3261388 or 3423438. OLE color: 3423438.
HSL color Cylindrical-coordinate representation of color #CE3C34: hue angle of 3.12º degrees, saturation: 0.61, 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 #CE3C34 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 52 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.19 |
| HSL | 3.12º | 0.61% | 0.51% | - |
| HSV(B) | 3.12º | 0.75% | 0.81% | - |
| XYZ | 27.69 | 16.6 | 4.99 | - |
| YUV | 102.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 52 | 0 | 0.71 | 0.75 | 0.19 | 3.12 | 0.61 | 0.51 |
| Hex | CE | 3C | 34 | 0 | 47 | 4B | 13 | 3 | 3D | 33 |
| Octal | 316 | 74 | 64 | 0 | 107 | 113 | 23 | 3 | 75 | 63 |
| Binary | 11001110 | 111100 | 110100 | 0 | 1000111 | 1001011 | 10011 | 11 | 111101 | 110011 |
Color Harmonies of #CE3C34
Complementary color
Monochromatic Colors of #CE3C34
Black with #CE3C34
Text Example
Text Example
White with #CE3C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C34; }
p { color: rgb(206,60,52); }
H1.HeaderClassName
{
color: #CE3C34;
}
.AnyTagClassName
{
color: #CE3C34;
}
</style>
background-color css
<style>
a { background-color: #CE3C34; }
a { background-color: rgb(206,60,52); }
div.DivClassName
{
background-color: #CE3C34;
}
.BgClassName
{
background-color: #CE3C34;
}
</style>
border-color css
<style>
span { border-color: #CE3C34; }
span { border-color: rgb(206,60,52); }
td.TdClassName
{
border-color: #CE3C34;
}
.TagClassName
{
border-color: #CE3C34;
}
</style>