Shades of Persian Red #CB2924
Tints of Persian Red #CB2924
RGB
CMYK
RGB Variations
Color information
#CB2924 (or 0xCB2924) is known color: Persian Red. HEX triplet: CB, 29 and 24. RGB value is (203,41,36). Sum of RGB (Red+Green+Blue) = 203+41+36=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2924 is #34D6DB. Grayscale: #595959. Windows color (decimal): -3462876 or 2369995. OLE color: 2369995.
HSL color Cylindrical-coordinate representation of color #CB2924: hue angle of 1.8º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2924 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 36 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.20 |
| HSL | 1.8º | 0.7% | 0.47% | - |
| HSV(B) | 1.8º | 0.82% | 0.8% | - |
| XYZ | 25.74 | 14.41 | 3.09 | - |
| YUV | 88.87 | 98.17 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 36 | 0 | 0.80 | 0.82 | 0.20 | 1.8 | 0.7 | 0.47 |
| Hex | CB | 29 | 24 | 0 | 50 | 52 | 14 | 2 | 46 | 2F |
| Octal | 313 | 51 | 44 | 0 | 120 | 122 | 24 | 2 | 106 | 57 |
| Binary | 11001011 | 101001 | 100100 | 0 | 1010000 | 1010010 | 10100 | 10 | 1000110 | 101111 |
Color Harmonies of #CB2924
Complementary color
Monochromatic Colors of #CB2924
Black with #CB2924
Text Example
Text Example
White with #CB2924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2924; }
p { color: rgb(203,41,36); }
H1.HeaderClassName
{
color: #CB2924;
}
.AnyTagClassName
{
color: #CB2924;
}
</style>
background-color css
<style>
a { background-color: #CB2924; }
a { background-color: rgb(203,41,36); }
div.DivClassName
{
background-color: #CB2924;
}
.BgClassName
{
background-color: #CB2924;
}
</style>
border-color css
<style>
span { border-color: #CB2924; }
span { border-color: rgb(203,41,36); }
td.TdClassName
{
border-color: #CB2924;
}
.TagClassName
{
border-color: #CB2924;
}
</style>