Shades of Persian Red #CE3633
Tints of Persian Red #CE3633
RGB
CMYK
RGB Variations
Color information
#CE3633 (or 0xCE3633) is known color: Persian Red. HEX triplet: CE, 36 and 33. RGB value is (206,54,51). Sum of RGB (Red+Green+Blue) = 206+54+51=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3633 is #31C9CC. Grayscale: #636363. Windows color (decimal): -3262925 or 3356366. OLE color: 3356366.
HSL color Cylindrical-coordinate representation of color #CE3633: hue angle of 1.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3633 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 51 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.19 |
| HSL | 1.16º | 0.61% | 0.5% | - |
| HSV(B) | 1.16º | 0.75% | 0.81% | - |
| XYZ | 27.37 | 16 | 4.78 | - |
| YUV | 99.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 51 | 0 | 0.74 | 0.75 | 0.19 | 1.16 | 0.61 | 0.5 |
| Hex | CE | 36 | 33 | 0 | 4A | 4B | 13 | 1 | 3D | 32 |
| Octal | 316 | 66 | 63 | 0 | 112 | 113 | 23 | 1 | 75 | 62 |
| Binary | 11001110 | 110110 | 110011 | 0 | 1001010 | 1001011 | 10011 | 1 | 111101 | 110010 |
Color Harmonies of #CE3633
Complementary color
Monochromatic Colors of #CE3633
Black with #CE3633
Text Example
Text Example
White with #CE3633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3633; }
p { color: rgb(206,54,51); }
H1.HeaderClassName
{
color: #CE3633;
}
.AnyTagClassName
{
color: #CE3633;
}
</style>
background-color css
<style>
a { background-color: #CE3633; }
a { background-color: rgb(206,54,51); }
div.DivClassName
{
background-color: #CE3633;
}
.BgClassName
{
background-color: #CE3633;
}
</style>
border-color css
<style>
span { border-color: #CE3633; }
span { border-color: rgb(206,54,51); }
td.TdClassName
{
border-color: #CE3633;
}
.TagClassName
{
border-color: #CE3633;
}
</style>