Shades of Persian Red #CE433B
Tints of Persian Red #CE433B
RGB
CMYK
RGB Variations
Color information
#CE433B (or 0xCE433B) is known color: Persian Red. HEX triplet: CE, 43 and 3B. RGB value is (206,67,59). Sum of RGB (Red+Green+Blue) = 206+67+59=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE433B is #31BCC4. Grayscale: #6B6B6B. Windows color (decimal): -3259589 or 3883982. OLE color: 3883982.
HSL color Cylindrical-coordinate representation of color #CE433B: hue angle of 3.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE433B is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 59 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.19 |
| HSL | 3.27º | 0.6% | 0.52% | - |
| HSV(B) | 3.27º | 0.71% | 0.81% | - |
| XYZ | 28.25 | 17.45 | 6.02 | - |
| YUV | 107.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 59 | 0 | 0.67 | 0.71 | 0.19 | 3.27 | 0.6 | 0.52 |
| Hex | CE | 43 | 3B | 0 | 43 | 47 | 13 | 3 | 3C | 34 |
| Octal | 316 | 103 | 73 | 0 | 103 | 107 | 23 | 3 | 74 | 64 |
| Binary | 11001110 | 1000011 | 111011 | 0 | 1000011 | 1000111 | 10011 | 11 | 111100 | 110100 |
Color Harmonies of #CE433B
Complementary color
Monochromatic Colors of #CE433B
Black with #CE433B
Text Example
Text Example
White with #CE433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE433B; }
p { color: rgb(206,67,59); }
H1.HeaderClassName
{
color: #CE433B;
}
.AnyTagClassName
{
color: #CE433B;
}
</style>
background-color css
<style>
a { background-color: #CE433B; }
a { background-color: rgb(206,67,59); }
div.DivClassName
{
background-color: #CE433B;
}
.BgClassName
{
background-color: #CE433B;
}
</style>
border-color css
<style>
span { border-color: #CE433B; }
span { border-color: rgb(206,67,59); }
td.TdClassName
{
border-color: #CE433B;
}
.TagClassName
{
border-color: #CE433B;
}
</style>