Shades of Persian Red #CE392B
Tints of Persian Red #CE392B
RGB
CMYK
RGB Variations
Color information
#CE392B (or 0xCE392B) is known color: Persian Red. HEX triplet: CE, 39 and 2B. RGB value is (206,57,43). Sum of RGB (Red+Green+Blue) = 206+57+43=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE392B is #31C6D4. Grayscale: #646464. Windows color (decimal): -3262165 or 2832846. OLE color: 2832846.
HSL color Cylindrical-coordinate representation of color #CE392B: hue angle of 5.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE392B is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 43 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.19 |
| HSL | 5.15º | 0.65% | 0.49% | - |
| HSV(B) | 5.15º | 0.79% | 0.81% | - |
| XYZ | 27.35 | 16.22 | 3.98 | - |
| YUV | 99.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 43 | 0 | 0.72 | 0.79 | 0.19 | 5.15 | 0.65 | 0.49 |
| Hex | CE | 39 | 2B | 0 | 48 | 4F | 13 | 5 | 41 | 31 |
| Octal | 316 | 71 | 53 | 0 | 110 | 117 | 23 | 5 | 101 | 61 |
| Binary | 11001110 | 111001 | 101011 | 0 | 1001000 | 1001111 | 10011 | 101 | 1000001 | 110001 |
Color Harmonies of #CE392B
Complementary color
Monochromatic Colors of #CE392B
Black with #CE392B
Text Example
Text Example
White with #CE392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE392B; }
p { color: rgb(206,57,43); }
H1.HeaderClassName
{
color: #CE392B;
}
.AnyTagClassName
{
color: #CE392B;
}
</style>
background-color css
<style>
a { background-color: #CE392B; }
a { background-color: rgb(206,57,43); }
div.DivClassName
{
background-color: #CE392B;
}
.BgClassName
{
background-color: #CE392B;
}
</style>
border-color css
<style>
span { border-color: #CE392B; }
span { border-color: rgb(206,57,43); }
td.TdClassName
{
border-color: #CE392B;
}
.TagClassName
{
border-color: #CE392B;
}
</style>