Shades of Persian Red #CE3A38
Tints of Persian Red #CE3A38
RGB
CMYK
RGB Variations
Color information
#CE3A38 (or 0xCE3A38) is known color: Persian Red. HEX triplet: CE, 3A and 38. RGB value is (206,58,56). Sum of RGB (Red+Green+Blue) = 206+58+56=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A38 is #31C5C7. Grayscale: #666666. Windows color (decimal): -3261896 or 3685070. OLE color: 3685070.
HSL color Cylindrical-coordinate representation of color #CE3A38: hue angle of 0.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3A38 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 56 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.19 |
| HSL | 0.8º | 0.6% | 0.51% | - |
| HSV(B) | 0.8º | 0.73% | 0.81% | - |
| XYZ | 27.68 | 16.43 | 5.45 | - |
| YUV | 102.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 56 | 0 | 0.72 | 0.73 | 0.19 | 0.8 | 0.6 | 0.51 |
| Hex | CE | 3A | 38 | 0 | 48 | 49 | 13 | 1 | 3C | 33 |
| Octal | 316 | 72 | 70 | 0 | 110 | 111 | 23 | 1 | 74 | 63 |
| Binary | 11001110 | 111010 | 111000 | 0 | 1001000 | 1001001 | 10011 | 1 | 111100 | 110011 |
Color Harmonies of #CE3A38
Complementary color
Monochromatic Colors of #CE3A38
Black with #CE3A38
Text Example
Text Example
White with #CE3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A38; }
p { color: rgb(206,58,56); }
H1.HeaderClassName
{
color: #CE3A38;
}
.AnyTagClassName
{
color: #CE3A38;
}
</style>
background-color css
<style>
a { background-color: #CE3A38; }
a { background-color: rgb(206,58,56); }
div.DivClassName
{
background-color: #CE3A38;
}
.BgClassName
{
background-color: #CE3A38;
}
</style>
border-color css
<style>
span { border-color: #CE3A38; }
span { border-color: rgb(206,58,56); }
td.TdClassName
{
border-color: #CE3A38;
}
.TagClassName
{
border-color: #CE3A38;
}
</style>