Shades of Persian Red #CE3130
Tints of Persian Red #CE3130
RGB
CMYK
RGB Variations
Color information
#CE3130 (or 0xCE3130) is known color: Persian Red. HEX triplet: CE, 31 and 30. RGB value is (206,49,48). Sum of RGB (Red+Green+Blue) = 206+49+48=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3130 is #31CECF. Grayscale: #5F5F5F. Windows color (decimal): -3264208 or 3158478. OLE color: 3158478.
HSL color Cylindrical-coordinate representation of color #CE3130: hue angle of 0.38º degrees, saturation: 0.62, 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 #CE3130 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 48 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.19 |
| HSL | 0.38º | 0.62% | 0.5% | - |
| HSV(B) | 0.38º | 0.77% | 0.81% | - |
| XYZ | 27.09 | 15.53 | 4.37 | - |
| YUV | 95.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 48 | 0 | 0.76 | 0.77 | 0.19 | 0.38 | 0.62 | 0.5 |
| Hex | CE | 31 | 30 | 0 | 4C | 4D | 13 | 0 | 3E | 32 |
| Octal | 316 | 61 | 60 | 0 | 114 | 115 | 23 | 0 | 76 | 62 |
| Binary | 11001110 | 110001 | 110000 | 0 | 1001100 | 1001101 | 10011 | 0 | 111110 | 110010 |
Color Harmonies of #CE3130
Complementary color
Monochromatic Colors of #CE3130
Black with #CE3130
Text Example
Text Example
White with #CE3130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3130; }
p { color: rgb(206,49,48); }
H1.HeaderClassName
{
color: #CE3130;
}
.AnyTagClassName
{
color: #CE3130;
}
</style>
background-color css
<style>
a { background-color: #CE3130; }
a { background-color: rgb(206,49,48); }
div.DivClassName
{
background-color: #CE3130;
}
.BgClassName
{
background-color: #CE3130;
}
</style>
border-color css
<style>
span { border-color: #CE3130; }
span { border-color: rgb(206,49,48); }
td.TdClassName
{
border-color: #CE3130;
}
.TagClassName
{
border-color: #CE3130;
}
</style>