Shades of Persian Red #CB322E
Tints of Persian Red #CB322E
RGB
CMYK
RGB Variations
Color information
#CB322E (or 0xCB322E) is known color: Persian Red. HEX triplet: CB, 32 and 2E. RGB value is (203,50,46). Sum of RGB (Red+Green+Blue) = 203+50+46=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB322E is #34CDD1. Grayscale: #5F5F5F. Windows color (decimal): -3460562 or 3027659. OLE color: 3027659.
HSL color Cylindrical-coordinate representation of color #CB322E: hue angle of 1.53º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB322E is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 46 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.20 |
| HSL | 1.53º | 0.63% | 0.49% | - |
| HSV(B) | 1.53º | 0.77% | 0.8% | - |
| XYZ | 26.26 | 15.17 | 4.13 | - |
| YUV | 95.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 46 | 0 | 0.75 | 0.77 | 0.20 | 1.53 | 0.63 | 0.49 |
| Hex | CB | 32 | 2E | 0 | 4B | 4D | 14 | 2 | 3F | 31 |
| Octal | 313 | 62 | 56 | 0 | 113 | 115 | 24 | 2 | 77 | 61 |
| Binary | 11001011 | 110010 | 101110 | 0 | 1001011 | 1001101 | 10100 | 10 | 111111 | 110001 |
Color Harmonies of #CB322E
Complementary color
Monochromatic Colors of #CB322E
Black with #CB322E
Text Example
Text Example
White with #CB322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB322E; }
p { color: rgb(203,50,46); }
H1.HeaderClassName
{
color: #CB322E;
}
.AnyTagClassName
{
color: #CB322E;
}
</style>
background-color css
<style>
a { background-color: #CB322E; }
a { background-color: rgb(203,50,46); }
div.DivClassName
{
background-color: #CB322E;
}
.BgClassName
{
background-color: #CB322E;
}
</style>
border-color css
<style>
span { border-color: #CB322E; }
span { border-color: rgb(203,50,46); }
td.TdClassName
{
border-color: #CB322E;
}
.TagClassName
{
border-color: #CB322E;
}
</style>