Shades of Persian Red #CE3F33
Tints of Persian Red #CE3F33
RGB
CMYK
RGB Variations
Color information
#CE3F33 (or 0xCE3F33) is known color: Persian Red. HEX triplet: CE, 3F and 33. RGB value is (206,63,51). Sum of RGB (Red+Green+Blue) = 206+63+51=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F33 is #31C0CC. Grayscale: #686868. Windows color (decimal): -3260621 or 3358670. OLE color: 3358670.
HSL color Cylindrical-coordinate representation of color #CE3F33: hue angle of 4.65º 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 #CE3F33 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 51 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.19 |
| HSL | 4.65º | 0.61% | 0.5% | - |
| HSV(B) | 4.65º | 0.75% | 0.81% | - |
| XYZ | 27.83 | 16.92 | 4.93 | - |
| YUV | 104.39 | 97.88 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 51 | 0 | 0.69 | 0.75 | 0.19 | 4.65 | 0.61 | 0.5 |
| Hex | CE | 3F | 33 | 0 | 45 | 4B | 13 | 5 | 3D | 32 |
| Octal | 316 | 77 | 63 | 0 | 105 | 113 | 23 | 5 | 75 | 62 |
| Binary | 11001110 | 111111 | 110011 | 0 | 1000101 | 1001011 | 10011 | 101 | 111101 | 110010 |
Color Harmonies of #CE3F33
Complementary color
Monochromatic Colors of #CE3F33
Black with #CE3F33
Text Example
Text Example
White with #CE3F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F33; }
p { color: rgb(206,63,51); }
H1.HeaderClassName
{
color: #CE3F33;
}
.AnyTagClassName
{
color: #CE3F33;
}
</style>
background-color css
<style>
a { background-color: #CE3F33; }
a { background-color: rgb(206,63,51); }
div.DivClassName
{
background-color: #CE3F33;
}
.BgClassName
{
background-color: #CE3F33;
}
</style>
border-color css
<style>
span { border-color: #CE3F33; }
span { border-color: rgb(206,63,51); }
td.TdClassName
{
border-color: #CE3F33;
}
.TagClassName
{
border-color: #CE3F33;
}
</style>