Shades of Persian Red #CE4135
Tints of Persian Red #CE4135
RGB
CMYK
RGB Variations
Color information
#CE4135 (or 0xCE4135) is known color: Persian Red. HEX triplet: CE, 41 and 35. RGB value is (206,65,53). Sum of RGB (Red+Green+Blue) = 206+65+53=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4135 is #31BECA. Grayscale: #696969. Windows color (decimal): -3260107 or 3490254. OLE color: 3490254.
HSL color Cylindrical-coordinate representation of color #CE4135: hue angle of 4.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE4135 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 53 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.19 |
| HSL | 4.71º | 0.61% | 0.51% | - |
| HSV(B) | 4.71º | 0.74% | 0.81% | - |
| XYZ | 27.99 | 17.16 | 5.21 | - |
| YUV | 105.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 53 | 0 | 0.68 | 0.74 | 0.19 | 4.71 | 0.61 | 0.51 |
| Hex | CE | 41 | 35 | 0 | 44 | 4A | 13 | 5 | 3D | 33 |
| Octal | 316 | 101 | 65 | 0 | 104 | 112 | 23 | 5 | 75 | 63 |
| Binary | 11001110 | 1000001 | 110101 | 0 | 1000100 | 1001010 | 10011 | 101 | 111101 | 110011 |
Color Harmonies of #CE4135
Complementary color
Monochromatic Colors of #CE4135
Black with #CE4135
Text Example
Text Example
White with #CE4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4135; }
p { color: rgb(206,65,53); }
H1.HeaderClassName
{
color: #CE4135;
}
.AnyTagClassName
{
color: #CE4135;
}
</style>
background-color css
<style>
a { background-color: #CE4135; }
a { background-color: rgb(206,65,53); }
div.DivClassName
{
background-color: #CE4135;
}
.BgClassName
{
background-color: #CE4135;
}
</style>
border-color css
<style>
span { border-color: #CE4135; }
span { border-color: rgb(206,65,53); }
td.TdClassName
{
border-color: #CE4135;
}
.TagClassName
{
border-color: #CE4135;
}
</style>