Shades of Persian Red #CE322F
Tints of Persian Red #CE322F
RGB
CMYK
RGB Variations
Color information
#CE322F (or 0xCE322F) is known color: Persian Red. HEX triplet: CE, 32 and 2F. RGB value is (206,50,47). Sum of RGB (Red+Green+Blue) = 206+50+47=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE322F is #31CDD0. Grayscale: #606060. Windows color (decimal): -3263953 or 3093198. OLE color: 3093198.
HSL color Cylindrical-coordinate representation of color #CE322F: hue angle of 1.13º degrees, saturation: 0.63, 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 #CE322F is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 47 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.19 |
| HSL | 1.13º | 0.63% | 0.5% | - |
| HSV(B) | 1.13º | 0.77% | 0.81% | - |
| XYZ | 27.11 | 15.61 | 4.27 | - |
| YUV | 96.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 47 | 0 | 0.76 | 0.77 | 0.19 | 1.13 | 0.63 | 0.5 |
| Hex | CE | 32 | 2F | 0 | 4C | 4D | 13 | 1 | 3F | 32 |
| Octal | 316 | 62 | 57 | 0 | 114 | 115 | 23 | 1 | 77 | 62 |
| Binary | 11001110 | 110010 | 101111 | 0 | 1001100 | 1001101 | 10011 | 1 | 111111 | 110010 |
Color Harmonies of #CE322F
Complementary color
Monochromatic Colors of #CE322F
Black with #CE322F
Text Example
Text Example
White with #CE322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE322F; }
p { color: rgb(206,50,47); }
H1.HeaderClassName
{
color: #CE322F;
}
.AnyTagClassName
{
color: #CE322F;
}
</style>
background-color css
<style>
a { background-color: #CE322F; }
a { background-color: rgb(206,50,47); }
div.DivClassName
{
background-color: #CE322F;
}
.BgClassName
{
background-color: #CE322F;
}
</style>
border-color css
<style>
span { border-color: #CE322F; }
span { border-color: rgb(206,50,47); }
td.TdClassName
{
border-color: #CE322F;
}
.TagClassName
{
border-color: #CE322F;
}
</style>