Shades of Persian Red #CB4037
Tints of Persian Red #CB4037
RGB
CMYK
RGB Variations
Color information
#CB4037 (or 0xCB4037) is known color: Persian Red. HEX triplet: CB, 40 and 37. RGB value is (203,64,55). Sum of RGB (Red+Green+Blue) = 203+64+55=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4037 is #34BFC8. Grayscale: #686868. Windows color (decimal): -3456969 or 3621067. OLE color: 3621067.
HSL color Cylindrical-coordinate representation of color #CB4037: hue angle of 3.65º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB4037 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 55 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.20 |
| HSL | 3.65º | 0.59% | 0.51% | - |
| HSV(B) | 3.65º | 0.73% | 0.8% | - |
| XYZ | 27.15 | 16.64 | 5.4 | - |
| YUV | 104.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 55 | 0 | 0.68 | 0.73 | 0.20 | 3.65 | 0.59 | 0.51 |
| Hex | CB | 40 | 37 | 0 | 44 | 49 | 14 | 4 | 3B | 33 |
| Octal | 313 | 100 | 67 | 0 | 104 | 111 | 24 | 4 | 73 | 63 |
| Binary | 11001011 | 1000000 | 110111 | 0 | 1000100 | 1001001 | 10100 | 100 | 111011 | 110011 |
Color Harmonies of #CB4037
Complementary color
Monochromatic Colors of #CB4037
Black with #CB4037
Text Example
Text Example
White with #CB4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4037; }
p { color: rgb(203,64,55); }
H1.HeaderClassName
{
color: #CB4037;
}
.AnyTagClassName
{
color: #CB4037;
}
</style>
background-color css
<style>
a { background-color: #CB4037; }
a { background-color: rgb(203,64,55); }
div.DivClassName
{
background-color: #CB4037;
}
.BgClassName
{
background-color: #CB4037;
}
</style>
border-color css
<style>
span { border-color: #CB4037; }
span { border-color: rgb(203,64,55); }
td.TdClassName
{
border-color: #CB4037;
}
.TagClassName
{
border-color: #CB4037;
}
</style>