Shades of Persian Red #CE3430
Tints of Persian Red #CE3430
RGB
CMYK
RGB Variations
Color information
#CE3430 (or 0xCE3430) is known color: Persian Red. HEX triplet: CE, 34 and 30. RGB value is (206,52,48). Sum of RGB (Red+Green+Blue) = 206+52+48=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3430 is #31CBCF. Grayscale: #616161. Windows color (decimal): -3263440 or 3159246. OLE color: 3159246.
HSL color Cylindrical-coordinate representation of color #CE3430: hue angle of 1.52º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3430 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 48 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.19 |
| HSL | 1.52º | 0.62% | 0.5% | - |
| HSV(B) | 1.52º | 0.77% | 0.81% | - |
| XYZ | 27.22 | 15.79 | 4.41 | - |
| YUV | 97.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 48 | 0 | 0.75 | 0.77 | 0.19 | 1.52 | 0.62 | 0.5 |
| Hex | CE | 34 | 30 | 0 | 4B | 4D | 13 | 2 | 3E | 32 |
| Octal | 316 | 64 | 60 | 0 | 113 | 115 | 23 | 2 | 76 | 62 |
| Binary | 11001110 | 110100 | 110000 | 0 | 1001011 | 1001101 | 10011 | 10 | 111110 | 110010 |
Color Harmonies of #CE3430
Complementary color
Monochromatic Colors of #CE3430
Black with #CE3430
Text Example
Text Example
White with #CE3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3430; }
p { color: rgb(206,52,48); }
H1.HeaderClassName
{
color: #CE3430;
}
.AnyTagClassName
{
color: #CE3430;
}
</style>
background-color css
<style>
a { background-color: #CE3430; }
a { background-color: rgb(206,52,48); }
div.DivClassName
{
background-color: #CE3430;
}
.BgClassName
{
background-color: #CE3430;
}
</style>
border-color css
<style>
span { border-color: #CE3430; }
span { border-color: rgb(206,52,48); }
td.TdClassName
{
border-color: #CE3430;
}
.TagClassName
{
border-color: #CE3430;
}
</style>