Shades of Persian Red #CB3128
Tints of Persian Red #CB3128
RGB
CMYK
RGB Variations
Color information
#CB3128 (or 0xCB3128) is known color: Persian Red. HEX triplet: CB, 31 and 28. RGB value is (203,49,40). Sum of RGB (Red+Green+Blue) = 203+49+40=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3128 is #34CED7. Grayscale: #5E5E5E. Windows color (decimal): -3460824 or 2634187. OLE color: 2634187.
HSL color Cylindrical-coordinate representation of color #CB3128: hue angle of 3.31º 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 #CB3128 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 40 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.20 |
| HSL | 3.31º | 0.67% | 0.48% | - |
| HSV(B) | 3.31º | 0.8% | 0.8% | - |
| XYZ | 26.11 | 15.05 | 3.54 | - |
| YUV | 94.02 | 97.52 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 40 | 0 | 0.76 | 0.80 | 0.20 | 3.31 | 0.67 | 0.48 |
| Hex | CB | 31 | 28 | 0 | 4C | 50 | 14 | 3 | 43 | 30 |
| Octal | 313 | 61 | 50 | 0 | 114 | 120 | 24 | 3 | 103 | 60 |
| Binary | 11001011 | 110001 | 101000 | 0 | 1001100 | 1010000 | 10100 | 11 | 1000011 | 110000 |
Color Harmonies of #CB3128
Complementary color
Monochromatic Colors of #CB3128
Black with #CB3128
Text Example
Text Example
White with #CB3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3128; }
p { color: rgb(203,49,40); }
H1.HeaderClassName
{
color: #CB3128;
}
.AnyTagClassName
{
color: #CB3128;
}
</style>
background-color css
<style>
a { background-color: #CB3128; }
a { background-color: rgb(203,49,40); }
div.DivClassName
{
background-color: #CB3128;
}
.BgClassName
{
background-color: #CB3128;
}
</style>
border-color css
<style>
span { border-color: #CB3128; }
span { border-color: rgb(203,49,40); }
td.TdClassName
{
border-color: #CB3128;
}
.TagClassName
{
border-color: #CB3128;
}
</style>