Shades of Persian Red #CE423D
Tints of Persian Red #CE423D
RGB
CMYK
RGB Variations
Color information
#CE423D (or 0xCE423D) is known color: Persian Red. HEX triplet: CE, 42 and 3D. RGB value is (206,66,61). Sum of RGB (Red+Green+Blue) = 206+66+61=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE423D is #31BDC2. Grayscale: #6B6B6B. Windows color (decimal): -3259843 or 4014798. OLE color: 4014798.
HSL color Cylindrical-coordinate representation of color #CE423D: hue angle of 2.07º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE423D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 61 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.19 |
| HSL | 2.07º | 0.6% | 0.52% | - |
| HSV(B) | 2.07º | 0.7% | 0.81% | - |
| XYZ | 28.24 | 17.36 | 6.28 | - |
| YUV | 107.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 61 | 0 | 0.68 | 0.70 | 0.19 | 2.07 | 0.6 | 0.52 |
| Hex | CE | 42 | 3D | 0 | 44 | 46 | 13 | 2 | 3C | 34 |
| Octal | 316 | 102 | 75 | 0 | 104 | 106 | 23 | 2 | 74 | 64 |
| Binary | 11001110 | 1000010 | 111101 | 0 | 1000100 | 1000110 | 10011 | 10 | 111100 | 110100 |
Color Harmonies of #CE423D
Complementary color
Monochromatic Colors of #CE423D
Black with #CE423D
Text Example
Text Example
White with #CE423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE423D; }
p { color: rgb(206,66,61); }
H1.HeaderClassName
{
color: #CE423D;
}
.AnyTagClassName
{
color: #CE423D;
}
</style>
background-color css
<style>
a { background-color: #CE423D; }
a { background-color: rgb(206,66,61); }
div.DivClassName
{
background-color: #CE423D;
}
.BgClassName
{
background-color: #CE423D;
}
</style>
border-color css
<style>
span { border-color: #CE423D; }
span { border-color: rgb(206,66,61); }
td.TdClassName
{
border-color: #CE423D;
}
.TagClassName
{
border-color: #CE423D;
}
</style>