Shades of Persian Red #CB3329
Tints of Persian Red #CB3329
RGB
CMYK
RGB Variations
Color information
#CB3329 (or 0xCB3329) is known color: Persian Red. HEX triplet: CB, 33 and 29. RGB value is (203,51,41). Sum of RGB (Red+Green+Blue) = 203+51+41=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3329 is #34CCD6. Grayscale: #5F5F5F. Windows color (decimal): -3460311 or 2700235. OLE color: 2700235.
HSL color Cylindrical-coordinate representation of color #CB3329: hue angle of 3.7º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB3329 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 41 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.20 |
| HSL | 3.7º | 0.66% | 0.48% | - |
| HSV(B) | 3.7º | 0.8% | 0.8% | - |
| XYZ | 26.21 | 15.22 | 3.65 | - |
| YUV | 95.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 41 | 0 | 0.75 | 0.80 | 0.20 | 3.7 | 0.66 | 0.48 |
| Hex | CB | 33 | 29 | 0 | 4B | 50 | 14 | 4 | 42 | 30 |
| Octal | 313 | 63 | 51 | 0 | 113 | 120 | 24 | 4 | 102 | 60 |
| Binary | 11001011 | 110011 | 101001 | 0 | 1001011 | 1010000 | 10100 | 100 | 1000010 | 110000 |
Color Harmonies of #CB3329
Complementary color
Monochromatic Colors of #CB3329
Black with #CB3329
Text Example
Text Example
White with #CB3329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3329; }
p { color: rgb(203,51,41); }
H1.HeaderClassName
{
color: #CB3329;
}
.AnyTagClassName
{
color: #CB3329;
}
</style>
background-color css
<style>
a { background-color: #CB3329; }
a { background-color: rgb(203,51,41); }
div.DivClassName
{
background-color: #CB3329;
}
.BgClassName
{
background-color: #CB3329;
}
</style>
border-color css
<style>
span { border-color: #CB3329; }
span { border-color: rgb(203,51,41); }
td.TdClassName
{
border-color: #CB3329;
}
.TagClassName
{
border-color: #CB3329;
}
</style>