Shades of Persian Red #CB3328
Tints of Persian Red #CB3328
RGB
CMYK
RGB Variations
Color information
#CB3328 (or 0xCB3328) is known color: Persian Red. HEX triplet: CB, 33 and 28. RGB value is (203,51,40). Sum of RGB (Red+Green+Blue) = 203+51+40=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3328 is #34CCD7. Grayscale: #5F5F5F. Windows color (decimal): -3460312 or 2634699. OLE color: 2634699.
HSL color Cylindrical-coordinate representation of color #CB3328: hue angle of 4.05º degrees, saturation: 0.67, 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 #CB3328 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 40 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.20 |
| HSL | 4.05º | 0.67% | 0.48% | - |
| HSV(B) | 4.05º | 0.8% | 0.8% | - |
| XYZ | 26.2 | 15.22 | 3.56 | - |
| YUV | 95.19 | 96.86 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 40 | 0 | 0.75 | 0.80 | 0.20 | 4.05 | 0.67 | 0.48 |
| Hex | CB | 33 | 28 | 0 | 4B | 50 | 14 | 4 | 43 | 30 |
| Octal | 313 | 63 | 50 | 0 | 113 | 120 | 24 | 4 | 103 | 60 |
| Binary | 11001011 | 110011 | 101000 | 0 | 1001011 | 1010000 | 10100 | 100 | 1000011 | 110000 |
Color Harmonies of #CB3328
Complementary color
Monochromatic Colors of #CB3328
Black with #CB3328
Text Example
Text Example
White with #CB3328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3328; }
p { color: rgb(203,51,40); }
H1.HeaderClassName
{
color: #CB3328;
}
.AnyTagClassName
{
color: #CB3328;
}
</style>
background-color css
<style>
a { background-color: #CB3328; }
a { background-color: rgb(203,51,40); }
div.DivClassName
{
background-color: #CB3328;
}
.BgClassName
{
background-color: #CB3328;
}
</style>
border-color css
<style>
span { border-color: #CB3328; }
span { border-color: rgb(203,51,40); }
td.TdClassName
{
border-color: #CB3328;
}
.TagClassName
{
border-color: #CB3328;
}
</style>