Shades of Persian Red #CE3D2F
Tints of Persian Red #CE3D2F
RGB
CMYK
RGB Variations
Color information
#CE3D2F (or 0xCE3D2F) is known color: Persian Red. HEX triplet: CE, 3D and 2F. RGB value is (206,61,47). Sum of RGB (Red+Green+Blue) = 206+61+47=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D2F is #31C2D0. Grayscale: #666666. Windows color (decimal): -3261137 or 3096014. OLE color: 3096014.
HSL color Cylindrical-coordinate representation of color #CE3D2F: hue angle of 5.28º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3D2F is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 47 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.19 |
| HSL | 5.28º | 0.63% | 0.5% | - |
| HSV(B) | 5.28º | 0.77% | 0.81% | - |
| XYZ | 27.64 | 16.66 | 4.45 | - |
| YUV | 102.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 47 | 0 | 0.70 | 0.77 | 0.19 | 5.28 | 0.63 | 0.5 |
| Hex | CE | 3D | 2F | 0 | 46 | 4D | 13 | 5 | 3F | 32 |
| Octal | 316 | 75 | 57 | 0 | 106 | 115 | 23 | 5 | 77 | 62 |
| Binary | 11001110 | 111101 | 101111 | 0 | 1000110 | 1001101 | 10011 | 101 | 111111 | 110010 |
Color Harmonies of #CE3D2F
Complementary color
Monochromatic Colors of #CE3D2F
Black with #CE3D2F
Text Example
Text Example
White with #CE3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D2F; }
p { color: rgb(206,61,47); }
H1.HeaderClassName
{
color: #CE3D2F;
}
.AnyTagClassName
{
color: #CE3D2F;
}
</style>
background-color css
<style>
a { background-color: #CE3D2F; }
a { background-color: rgb(206,61,47); }
div.DivClassName
{
background-color: #CE3D2F;
}
.BgClassName
{
background-color: #CE3D2F;
}
</style>
border-color css
<style>
span { border-color: #CE3D2F; }
span { border-color: rgb(206,61,47); }
td.TdClassName
{
border-color: #CE3D2F;
}
.TagClassName
{
border-color: #CE3D2F;
}
</style>