Shades of Persian Red #CB332E
Tints of Persian Red #CB332E
RGB
CMYK
RGB Variations
Color information
#CB332E (or 0xCB332E) is known color: Persian Red. HEX triplet: CB, 33 and 2E. RGB value is (203,51,46). Sum of RGB (Red+Green+Blue) = 203+51+46=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB332E is #34CCD1. Grayscale: #606060. Windows color (decimal): -3460306 or 3027915. OLE color: 3027915.
HSL color Cylindrical-coordinate representation of color #CB332E: hue angle of 1.91º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB332E is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 46 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.20 |
| HSL | 1.91º | 0.63% | 0.49% | - |
| HSV(B) | 1.91º | 0.77% | 0.8% | - |
| XYZ | 26.31 | 15.26 | 4.14 | - |
| YUV | 95.88 | 99.86 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 46 | 0 | 0.75 | 0.77 | 0.20 | 1.91 | 0.63 | 0.49 |
| Hex | CB | 33 | 2E | 0 | 4B | 4D | 14 | 2 | 3F | 31 |
| Octal | 313 | 63 | 56 | 0 | 113 | 115 | 24 | 2 | 77 | 61 |
| Binary | 11001011 | 110011 | 101110 | 0 | 1001011 | 1001101 | 10100 | 10 | 111111 | 110001 |
Color Harmonies of #CB332E
Complementary color
Monochromatic Colors of #CB332E
Black with #CB332E
Text Example
Text Example
White with #CB332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB332E; }
p { color: rgb(203,51,46); }
H1.HeaderClassName
{
color: #CB332E;
}
.AnyTagClassName
{
color: #CB332E;
}
</style>
background-color css
<style>
a { background-color: #CB332E; }
a { background-color: rgb(203,51,46); }
div.DivClassName
{
background-color: #CB332E;
}
.BgClassName
{
background-color: #CB332E;
}
</style>
border-color css
<style>
span { border-color: #CB332E; }
span { border-color: rgb(203,51,46); }
td.TdClassName
{
border-color: #CB332E;
}
.TagClassName
{
border-color: #CB332E;
}
</style>