Shades of Persian Red #CE3C31
Tints of Persian Red #CE3C31
RGB
CMYK
RGB Variations
Color information
#CE3C31 (or 0xCE3C31) is known color: Persian Red. HEX triplet: CE, 3C and 31. RGB value is (206,60,49). Sum of RGB (Red+Green+Blue) = 206+60+49=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C31 is #31C3CE. Grayscale: #666666. Windows color (decimal): -3261391 or 3226830. OLE color: 3226830.
HSL color Cylindrical-coordinate representation of color #CE3C31: hue angle of 4.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3C31 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 49 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.19 |
| HSL | 4.2º | 0.62% | 0.5% | - |
| HSV(B) | 4.2º | 0.76% | 0.81% | - |
| XYZ | 27.62 | 16.58 | 4.65 | - |
| YUV | 102.4 | 97.87 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 49 | 0 | 0.71 | 0.76 | 0.19 | 4.2 | 0.62 | 0.5 |
| Hex | CE | 3C | 31 | 0 | 47 | 4C | 13 | 4 | 3E | 32 |
| Octal | 316 | 74 | 61 | 0 | 107 | 114 | 23 | 4 | 76 | 62 |
| Binary | 11001110 | 111100 | 110001 | 0 | 1000111 | 1001100 | 10011 | 100 | 111110 | 110010 |
Color Harmonies of #CE3C31
Complementary color
Monochromatic Colors of #CE3C31
Black with #CE3C31
Text Example
Text Example
White with #CE3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C31; }
p { color: rgb(206,60,49); }
H1.HeaderClassName
{
color: #CE3C31;
}
.AnyTagClassName
{
color: #CE3C31;
}
</style>
background-color css
<style>
a { background-color: #CE3C31; }
a { background-color: rgb(206,60,49); }
div.DivClassName
{
background-color: #CE3C31;
}
.BgClassName
{
background-color: #CE3C31;
}
</style>
border-color css
<style>
span { border-color: #CE3C31; }
span { border-color: rgb(206,60,49); }
td.TdClassName
{
border-color: #CE3C31;
}
.TagClassName
{
border-color: #CE3C31;
}
</style>