Shades of Persian Red #CB4132
Tints of Persian Red #CB4132
RGB
CMYK
RGB Variations
Color information
#CB4132 (or 0xCB4132) is known color: Persian Red. HEX triplet: CB, 41 and 32. RGB value is (203,65,50). Sum of RGB (Red+Green+Blue) = 203+65+50=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4132 is #34BECD. Grayscale: #686868. Windows color (decimal): -3456718 or 3293643. OLE color: 3293643.
HSL color Cylindrical-coordinate representation of color #CB4132: hue angle of 5.88º 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 #CB4132 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 50 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.20 |
| HSL | 5.88º | 0.6% | 0.5% | - |
| HSV(B) | 5.88º | 0.75% | 0.8% | - |
| XYZ | 27.09 | 16.71 | 4.81 | - |
| YUV | 104.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 50 | 0 | 0.68 | 0.75 | 0.20 | 5.88 | 0.6 | 0.5 |
| Hex | CB | 41 | 32 | 0 | 44 | 4B | 14 | 6 | 3C | 32 |
| Octal | 313 | 101 | 62 | 0 | 104 | 113 | 24 | 6 | 74 | 62 |
| Binary | 11001011 | 1000001 | 110010 | 0 | 1000100 | 1001011 | 10100 | 110 | 111100 | 110010 |
Color Harmonies of #CB4132
Complementary color
Monochromatic Colors of #CB4132
Black with #CB4132
Text Example
Text Example
White with #CB4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4132; }
p { color: rgb(203,65,50); }
H1.HeaderClassName
{
color: #CB4132;
}
.AnyTagClassName
{
color: #CB4132;
}
</style>
background-color css
<style>
a { background-color: #CB4132; }
a { background-color: rgb(203,65,50); }
div.DivClassName
{
background-color: #CB4132;
}
.BgClassName
{
background-color: #CB4132;
}
</style>
border-color css
<style>
span { border-color: #CB4132; }
span { border-color: rgb(203,65,50); }
td.TdClassName
{
border-color: #CB4132;
}
.TagClassName
{
border-color: #CB4132;
}
</style>