Shades of Persian Red #CE3A31
Tints of Persian Red #CE3A31
RGB
CMYK
RGB Variations
Color information
#CE3A31 (or 0xCE3A31) is known color: Persian Red. HEX triplet: CE, 3A and 31. RGB value is (206,58,49). Sum of RGB (Red+Green+Blue) = 206+58+49=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A31 is #31C5CE. Grayscale: #656565. Windows color (decimal): -3261903 or 3226318. OLE color: 3226318.
HSL color Cylindrical-coordinate representation of color #CE3A31: hue angle of 3.44º 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 #CE3A31 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 49 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.19 |
| HSL | 3.44º | 0.62% | 0.5% | - |
| HSV(B) | 3.44º | 0.76% | 0.81% | - |
| XYZ | 27.52 | 16.37 | 4.61 | - |
| YUV | 101.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 49 | 0 | 0.72 | 0.76 | 0.19 | 3.44 | 0.62 | 0.5 |
| Hex | CE | 3A | 31 | 0 | 48 | 4C | 13 | 3 | 3E | 32 |
| Octal | 316 | 72 | 61 | 0 | 110 | 114 | 23 | 3 | 76 | 62 |
| Binary | 11001110 | 111010 | 110001 | 0 | 1001000 | 1001100 | 10011 | 11 | 111110 | 110010 |
Color Harmonies of #CE3A31
Complementary color
Monochromatic Colors of #CE3A31
Black with #CE3A31
Text Example
Text Example
White with #CE3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A31; }
p { color: rgb(206,58,49); }
H1.HeaderClassName
{
color: #CE3A31;
}
.AnyTagClassName
{
color: #CE3A31;
}
</style>
background-color css
<style>
a { background-color: #CE3A31; }
a { background-color: rgb(206,58,49); }
div.DivClassName
{
background-color: #CE3A31;
}
.BgClassName
{
background-color: #CE3A31;
}
</style>
border-color css
<style>
span { border-color: #CE3A31; }
span { border-color: rgb(206,58,49); }
td.TdClassName
{
border-color: #CE3A31;
}
.TagClassName
{
border-color: #CE3A31;
}
</style>