Shades of Persian Red #CE3D33
Tints of Persian Red #CE3D33
RGB
CMYK
RGB Variations
Color information
#CE3D33 (or 0xCE3D33) is known color: Persian Red. HEX triplet: CE, 3D and 33. RGB value is (206,61,51). Sum of RGB (Red+Green+Blue) = 206+61+51=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D33 is #31C2CC. Grayscale: #676767. Windows color (decimal): -3261133 or 3358158. OLE color: 3358158.
HSL color Cylindrical-coordinate representation of color #CE3D33: hue angle of 3.87º 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 #CE3D33 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 51 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.19 |
| HSL | 3.87º | 0.61% | 0.5% | - |
| HSV(B) | 3.87º | 0.75% | 0.81% | - |
| XYZ | 27.72 | 16.7 | 4.89 | - |
| YUV | 103.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 51 | 0 | 0.70 | 0.75 | 0.19 | 3.87 | 0.61 | 0.5 |
| Hex | CE | 3D | 33 | 0 | 46 | 4B | 13 | 4 | 3D | 32 |
| Octal | 316 | 75 | 63 | 0 | 106 | 113 | 23 | 4 | 75 | 62 |
| Binary | 11001110 | 111101 | 110011 | 0 | 1000110 | 1001011 | 10011 | 100 | 111101 | 110010 |
Color Harmonies of #CE3D33
Complementary color
Monochromatic Colors of #CE3D33
Black with #CE3D33
Text Example
Text Example
White with #CE3D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D33; }
p { color: rgb(206,61,51); }
H1.HeaderClassName
{
color: #CE3D33;
}
.AnyTagClassName
{
color: #CE3D33;
}
</style>
background-color css
<style>
a { background-color: #CE3D33; }
a { background-color: rgb(206,61,51); }
div.DivClassName
{
background-color: #CE3D33;
}
.BgClassName
{
background-color: #CE3D33;
}
</style>
border-color css
<style>
span { border-color: #CE3D33; }
span { border-color: rgb(206,61,51); }
td.TdClassName
{
border-color: #CE3D33;
}
.TagClassName
{
border-color: #CE3D33;
}
</style>