Shades of Persian Red #CE3434
Tints of Persian Red #CE3434
RGB
CMYK
RGB Variations
Color information
#CE3434 (or 0xCE3434) is known color: Persian Red. HEX triplet: CE, 34 and 34. RGB value is (206,52,52). Sum of RGB (Red+Green+Blue) = 206+52+52=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3434 is #31CBCB. Grayscale: #626262. Windows color (decimal): -3263436 or 3421390. OLE color: 3421390.
HSL color Cylindrical-coordinate representation of color #CE3434: hue angle of 0º 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 #CE3434 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 52 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.19 |
| HSL | 0º | 0.61% | 0.51% | - |
| HSV(B) | 0º | 0.75% | 0.81% | - |
| XYZ | 27.3 | 15.83 | 4.86 | - |
| YUV | 98.05 | 102.02 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 52 | 0 | 0.75 | 0.75 | 0.19 | 0 | 0.61 | 0.51 |
| Hex | CE | 34 | 34 | 0 | 4B | 4B | 13 | 0 | 3D | 33 |
| Octal | 316 | 64 | 64 | 0 | 113 | 113 | 23 | 0 | 75 | 63 |
| Binary | 11001110 | 110100 | 110100 | 0 | 1001011 | 1001011 | 10011 | 0 | 111101 | 110011 |
Color Harmonies of #CE3434
Complementary color
Monochromatic Colors of #CE3434
Black with #CE3434
Text Example
Text Example
White with #CE3434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3434; }
p { color: rgb(206,52,52); }
H1.HeaderClassName
{
color: #CE3434;
}
.AnyTagClassName
{
color: #CE3434;
}
</style>
background-color css
<style>
a { background-color: #CE3434; }
a { background-color: rgb(206,52,52); }
div.DivClassName
{
background-color: #CE3434;
}
.BgClassName
{
background-color: #CE3434;
}
</style>
border-color css
<style>
span { border-color: #CE3434; }
span { border-color: rgb(206,52,52); }
td.TdClassName
{
border-color: #CE3434;
}
.TagClassName
{
border-color: #CE3434;
}
</style>