Shades of Persian Red #CE342D
Tints of Persian Red #CE342D
RGB
CMYK
RGB Variations
Color information
#CE342D (or 0xCE342D) is known color: Persian Red. HEX triplet: CE, 34 and 2D. RGB value is (206,52,45). Sum of RGB (Red+Green+Blue) = 206+52+45=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE342D is #31CBD2. Grayscale: #616161. Windows color (decimal): -3263443 or 2962638. OLE color: 2962638.
HSL color Cylindrical-coordinate representation of color #CE342D: hue angle of 2.61º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE342D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 45 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.19 |
| HSL | 2.61º | 0.64% | 0.49% | - |
| HSV(B) | 2.61º | 0.78% | 0.81% | - |
| XYZ | 27.16 | 15.77 | 4.09 | - |
| YUV | 97.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 45 | 0 | 0.75 | 0.78 | 0.19 | 2.61 | 0.64 | 0.49 |
| Hex | CE | 34 | 2D | 0 | 4B | 4E | 13 | 3 | 40 | 31 |
| Octal | 316 | 64 | 55 | 0 | 113 | 116 | 23 | 3 | 100 | 61 |
| Binary | 11001110 | 110100 | 101101 | 0 | 1001011 | 1001110 | 10011 | 11 | 1000000 | 110001 |
Color Harmonies of #CE342D
Complementary color
Monochromatic Colors of #CE342D
Black with #CE342D
Text Example
Text Example
White with #CE342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE342D; }
p { color: rgb(206,52,45); }
H1.HeaderClassName
{
color: #CE342D;
}
.AnyTagClassName
{
color: #CE342D;
}
</style>
background-color css
<style>
a { background-color: #CE342D; }
a { background-color: rgb(206,52,45); }
div.DivClassName
{
background-color: #CE342D;
}
.BgClassName
{
background-color: #CE342D;
}
</style>
border-color css
<style>
span { border-color: #CE342D; }
span { border-color: rgb(206,52,45); }
td.TdClassName
{
border-color: #CE342D;
}
.TagClassName
{
border-color: #CE342D;
}
</style>