Shades of Persian Red #CE322B
Tints of Persian Red #CE322B
RGB
CMYK
RGB Variations
Color information
#CE322B (or 0xCE322B) is known color: Persian Red. HEX triplet: CE, 32 and 2B. RGB value is (206,50,43). Sum of RGB (Red+Green+Blue) = 206+50+43=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE322B is #31CDD4. Grayscale: #606060. Windows color (decimal): -3263957 or 2831054. OLE color: 2831054.
HSL color Cylindrical-coordinate representation of color #CE322B: hue angle of 2.58º 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 #CE322B is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 43 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.19 |
| HSL | 2.58º | 0.65% | 0.49% | - |
| HSV(B) | 2.58º | 0.79% | 0.81% | - |
| XYZ | 27.03 | 15.58 | 3.87 | - |
| YUV | 95.85 | 98.18 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 43 | 0 | 0.76 | 0.79 | 0.19 | 2.58 | 0.65 | 0.49 |
| Hex | CE | 32 | 2B | 0 | 4C | 4F | 13 | 3 | 41 | 31 |
| Octal | 316 | 62 | 53 | 0 | 114 | 117 | 23 | 3 | 101 | 61 |
| Binary | 11001110 | 110010 | 101011 | 0 | 1001100 | 1001111 | 10011 | 11 | 1000001 | 110001 |
Color Harmonies of #CE322B
Complementary color
Monochromatic Colors of #CE322B
Black with #CE322B
Text Example
Text Example
White with #CE322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE322B; }
p { color: rgb(206,50,43); }
H1.HeaderClassName
{
color: #CE322B;
}
.AnyTagClassName
{
color: #CE322B;
}
</style>
background-color css
<style>
a { background-color: #CE322B; }
a { background-color: rgb(206,50,43); }
div.DivClassName
{
background-color: #CE322B;
}
.BgClassName
{
background-color: #CE322B;
}
</style>
border-color css
<style>
span { border-color: #CE322B; }
span { border-color: rgb(206,50,43); }
td.TdClassName
{
border-color: #CE322B;
}
.TagClassName
{
border-color: #CE322B;
}
</style>