Shades of Persian Red #CE392D
Tints of Persian Red #CE392D
RGB
CMYK
RGB Variations
Color information
#CE392D (or 0xCE392D) is known color: Persian Red. HEX triplet: CE, 39 and 2D. RGB value is (206,57,45). Sum of RGB (Red+Green+Blue) = 206+57+45=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE392D is #31C6D2. Grayscale: #646464. Windows color (decimal): -3262163 or 2963918. OLE color: 2963918.
HSL color Cylindrical-coordinate representation of color #CE392D: hue angle of 4.47º 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 #CE392D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 45 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.19 |
| HSL | 4.47º | 0.64% | 0.49% | - |
| HSV(B) | 4.47º | 0.78% | 0.81% | - |
| XYZ | 27.39 | 16.24 | 4.17 | - |
| YUV | 100.18 | 96.86 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 45 | 0 | 0.72 | 0.78 | 0.19 | 4.47 | 0.64 | 0.49 |
| Hex | CE | 39 | 2D | 0 | 48 | 4E | 13 | 4 | 40 | 31 |
| Octal | 316 | 71 | 55 | 0 | 110 | 116 | 23 | 4 | 100 | 61 |
| Binary | 11001110 | 111001 | 101101 | 0 | 1001000 | 1001110 | 10011 | 100 | 1000000 | 110001 |
Color Harmonies of #CE392D
Complementary color
Monochromatic Colors of #CE392D
Black with #CE392D
Text Example
Text Example
White with #CE392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE392D; }
p { color: rgb(206,57,45); }
H1.HeaderClassName
{
color: #CE392D;
}
.AnyTagClassName
{
color: #CE392D;
}
</style>
background-color css
<style>
a { background-color: #CE392D; }
a { background-color: rgb(206,57,45); }
div.DivClassName
{
background-color: #CE392D;
}
.BgClassName
{
background-color: #CE392D;
}
</style>
border-color css
<style>
span { border-color: #CE392D; }
span { border-color: rgb(206,57,45); }
td.TdClassName
{
border-color: #CE392D;
}
.TagClassName
{
border-color: #CE392D;
}
</style>