Shades of Persian Red #CE332C
Tints of Persian Red #CE332C
RGB
CMYK
RGB Variations
Color information
#CE332C (or 0xCE332C) is known color: Persian Red. HEX triplet: CE, 33 and 2C. RGB value is (206,51,44). Sum of RGB (Red+Green+Blue) = 206+51+44=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE332C is #31CCD3. Grayscale: #606060. Windows color (decimal): -3263700 or 2896846. OLE color: 2896846.
HSL color Cylindrical-coordinate representation of color #CE332C: hue angle of 2.59º 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 #CE332C is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 44 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.19 |
| HSL | 2.59º | 0.65% | 0.49% | - |
| HSV(B) | 2.59º | 0.79% | 0.81% | - |
| XYZ | 27.09 | 15.67 | 3.98 | - |
| YUV | 96.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 44 | 0 | 0.75 | 0.79 | 0.19 | 2.59 | 0.65 | 0.49 |
| Hex | CE | 33 | 2C | 0 | 4B | 4F | 13 | 3 | 41 | 31 |
| Octal | 316 | 63 | 54 | 0 | 113 | 117 | 23 | 3 | 101 | 61 |
| Binary | 11001110 | 110011 | 101100 | 0 | 1001011 | 1001111 | 10011 | 11 | 1000001 | 110001 |
Color Harmonies of #CE332C
Complementary color
Monochromatic Colors of #CE332C
Black with #CE332C
Text Example
Text Example
White with #CE332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE332C; }
p { color: rgb(206,51,44); }
H1.HeaderClassName
{
color: #CE332C;
}
.AnyTagClassName
{
color: #CE332C;
}
</style>
background-color css
<style>
a { background-color: #CE332C; }
a { background-color: rgb(206,51,44); }
div.DivClassName
{
background-color: #CE332C;
}
.BgClassName
{
background-color: #CE332C;
}
</style>
border-color css
<style>
span { border-color: #CE332C; }
span { border-color: rgb(206,51,44); }
td.TdClassName
{
border-color: #CE332C;
}
.TagClassName
{
border-color: #CE332C;
}
</style>