Shades of Persian Red #CB332B
Tints of Persian Red #CB332B
RGB
CMYK
RGB Variations
Color information
#CB332B (or 0xCB332B) is known color: Persian Red. HEX triplet: CB, 33 and 2B. RGB value is (203,51,43). Sum of RGB (Red+Green+Blue) = 203+51+43=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB332B is #34CCD4. Grayscale: #5F5F5F. Windows color (decimal): -3460309 or 2831307. OLE color: 2831307.
HSL color Cylindrical-coordinate representation of color #CB332B: hue angle of 3º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB332B is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 43 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.20 |
| HSL | 3º | 0.65% | 0.48% | - |
| HSV(B) | 3º | 0.79% | 0.8% | - |
| XYZ | 26.25 | 15.24 | 3.84 | - |
| YUV | 95.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 43 | 0 | 0.75 | 0.79 | 0.20 | 3 | 0.65 | 0.48 |
| Hex | CB | 33 | 2B | 0 | 4B | 4F | 14 | 3 | 41 | 30 |
| Octal | 313 | 63 | 53 | 0 | 113 | 117 | 24 | 3 | 101 | 60 |
| Binary | 11001011 | 110011 | 101011 | 0 | 1001011 | 1001111 | 10100 | 11 | 1000001 | 110000 |
Color Harmonies of #CB332B
Complementary color
Monochromatic Colors of #CB332B
Black with #CB332B
Text Example
Text Example
White with #CB332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB332B; }
p { color: rgb(203,51,43); }
H1.HeaderClassName
{
color: #CB332B;
}
.AnyTagClassName
{
color: #CB332B;
}
</style>
background-color css
<style>
a { background-color: #CB332B; }
a { background-color: rgb(203,51,43); }
div.DivClassName
{
background-color: #CB332B;
}
.BgClassName
{
background-color: #CB332B;
}
</style>
border-color css
<style>
span { border-color: #CB332B; }
span { border-color: rgb(203,51,43); }
td.TdClassName
{
border-color: #CB332B;
}
.TagClassName
{
border-color: #CB332B;
}
</style>