Shades of Persian Red #CB3433
Tints of Persian Red #CB3433
RGB
CMYK
RGB Variations
Color information
#CB3433 (or 0xCB3433) is known color: Persian Red. HEX triplet: CB, 34 and 33. RGB value is (203,52,51). Sum of RGB (Red+Green+Blue) = 203+52+51=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3433 is #34CBCC. Grayscale: #616161. Windows color (decimal): -3460045 or 3355851. OLE color: 3355851.
HSL color Cylindrical-coordinate representation of color #CB3433: hue angle of 0.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3433 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 51 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.20 |
| HSL | 0.39º | 0.6% | 0.5% | - |
| HSV(B) | 0.39º | 0.75% | 0.8% | - |
| XYZ | 26.45 | 15.39 | 4.71 | - |
| YUV | 97.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 51 | 0 | 0.74 | 0.75 | 0.20 | 0.39 | 0.6 | 0.5 |
| Hex | CB | 34 | 33 | 0 | 4A | 4B | 14 | 0 | 3C | 32 |
| Octal | 313 | 64 | 63 | 0 | 112 | 113 | 24 | 0 | 74 | 62 |
| Binary | 11001011 | 110100 | 110011 | 0 | 1001010 | 1001011 | 10100 | 0 | 111100 | 110010 |
Color Harmonies of #CB3433
Complementary color
Monochromatic Colors of #CB3433
Black with #CB3433
Text Example
Text Example
White with #CB3433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3433; }
p { color: rgb(203,52,51); }
H1.HeaderClassName
{
color: #CB3433;
}
.AnyTagClassName
{
color: #CB3433;
}
</style>
background-color css
<style>
a { background-color: #CB3433; }
a { background-color: rgb(203,52,51); }
div.DivClassName
{
background-color: #CB3433;
}
.BgClassName
{
background-color: #CB3433;
}
</style>
border-color css
<style>
span { border-color: #CB3433; }
span { border-color: rgb(203,52,51); }
td.TdClassName
{
border-color: #CB3433;
}
.TagClassName
{
border-color: #CB3433;
}
</style>