Shades of Persian Red #CB2921
Tints of Persian Red #CB2921
RGB
CMYK
RGB Variations
Color information
#CB2921 (or 0xCB2921) is known color: Persian Red. HEX triplet: CB, 29 and 21. RGB value is (203,41,33). Sum of RGB (Red+Green+Blue) = 203+41+33=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2921 is #34D6DE. Grayscale: #585858. Windows color (decimal): -3462879 or 2173387. OLE color: 2173387.
HSL color Cylindrical-coordinate representation of color #CB2921: hue angle of 2.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2921 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 33 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.20 |
| HSL | 2.82º | 0.72% | 0.46% | - |
| HSV(B) | 2.82º | 0.84% | 0.8% | - |
| XYZ | 25.7 | 14.39 | 2.86 | - |
| YUV | 88.53 | 96.67 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 33 | 0 | 0.80 | 0.84 | 0.20 | 2.82 | 0.72 | 0.46 |
| Hex | CB | 29 | 21 | 0 | 50 | 54 | 14 | 3 | 48 | 2E |
| Octal | 313 | 51 | 41 | 0 | 120 | 124 | 24 | 3 | 110 | 56 |
| Binary | 11001011 | 101001 | 100001 | 0 | 1010000 | 1010100 | 10100 | 11 | 1001000 | 101110 |
Color Harmonies of #CB2921
Complementary color
Monochromatic Colors of #CB2921
Black with #CB2921
Text Example
Text Example
White with #CB2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2921; }
p { color: rgb(203,41,33); }
H1.HeaderClassName
{
color: #CB2921;
}
.AnyTagClassName
{
color: #CB2921;
}
</style>
background-color css
<style>
a { background-color: #CB2921; }
a { background-color: rgb(203,41,33); }
div.DivClassName
{
background-color: #CB2921;
}
.BgClassName
{
background-color: #CB2921;
}
</style>
border-color css
<style>
span { border-color: #CB2921; }
span { border-color: rgb(203,41,33); }
td.TdClassName
{
border-color: #CB2921;
}
.TagClassName
{
border-color: #CB2921;
}
</style>