Shades of Persian Red #CB3229
Tints of Persian Red #CB3229
RGB
CMYK
RGB Variations
Color information
#CB3229 (or 0xCB3229) is known color: Persian Red. HEX triplet: CB, 32 and 29. RGB value is (203,50,41). Sum of RGB (Red+Green+Blue) = 203+50+41=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3229 is #34CDD6. Grayscale: #5E5E5E. Windows color (decimal): -3460567 or 2699979. OLE color: 2699979.
HSL color Cylindrical-coordinate representation of color #CB3229: hue angle of 3.33º 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 #CB3229 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 41 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.20 |
| HSL | 3.33º | 0.66% | 0.48% | - |
| HSV(B) | 3.33º | 0.8% | 0.8% | - |
| XYZ | 26.17 | 15.14 | 3.64 | - |
| YUV | 94.72 | 97.69 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 41 | 0 | 0.75 | 0.80 | 0.20 | 3.33 | 0.66 | 0.48 |
| Hex | CB | 32 | 29 | 0 | 4B | 50 | 14 | 3 | 42 | 30 |
| Octal | 313 | 62 | 51 | 0 | 113 | 120 | 24 | 3 | 102 | 60 |
| Binary | 11001011 | 110010 | 101001 | 0 | 1001011 | 1010000 | 10100 | 11 | 1000010 | 110000 |
Color Harmonies of #CB3229
Complementary color
Monochromatic Colors of #CB3229
Black with #CB3229
Text Example
Text Example
White with #CB3229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3229; }
p { color: rgb(203,50,41); }
H1.HeaderClassName
{
color: #CB3229;
}
.AnyTagClassName
{
color: #CB3229;
}
</style>
background-color css
<style>
a { background-color: #CB3229; }
a { background-color: rgb(203,50,41); }
div.DivClassName
{
background-color: #CB3229;
}
.BgClassName
{
background-color: #CB3229;
}
</style>
border-color css
<style>
span { border-color: #CB3229; }
span { border-color: rgb(203,50,41); }
td.TdClassName
{
border-color: #CB3229;
}
.TagClassName
{
border-color: #CB3229;
}
</style>