Shades of Persian Red #CB4131
Tints of Persian Red #CB4131
RGB
CMYK
RGB Variations
Color information
#CB4131 (or 0xCB4131) is known color: Persian Red. HEX triplet: CB, 41 and 31. RGB value is (203,65,49). Sum of RGB (Red+Green+Blue) = 203+65+49=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4131 is #34BECE. Grayscale: #686868. Windows color (decimal): -3456719 or 3228107. OLE color: 3228107.
HSL color Cylindrical-coordinate representation of color #CB4131: hue angle of 6.23º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB4131 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 49 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.20 |
| HSL | 6.23º | 0.61% | 0.49% | - |
| HSV(B) | 6.23º | 0.76% | 0.8% | - |
| XYZ | 27.07 | 16.7 | 4.7 | - |
| YUV | 104.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 49 | 0 | 0.68 | 0.76 | 0.20 | 6.23 | 0.61 | 0.49 |
| Hex | CB | 41 | 31 | 0 | 44 | 4C | 14 | 6 | 3D | 31 |
| Octal | 313 | 101 | 61 | 0 | 104 | 114 | 24 | 6 | 75 | 61 |
| Binary | 11001011 | 1000001 | 110001 | 0 | 1000100 | 1001100 | 10100 | 110 | 111101 | 110001 |
Color Harmonies of #CB4131
Complementary color
Monochromatic Colors of #CB4131
Black with #CB4131
Text Example
Text Example
White with #CB4131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4131; }
p { color: rgb(203,65,49); }
H1.HeaderClassName
{
color: #CB4131;
}
.AnyTagClassName
{
color: #CB4131;
}
</style>
background-color css
<style>
a { background-color: #CB4131; }
a { background-color: rgb(203,65,49); }
div.DivClassName
{
background-color: #CB4131;
}
.BgClassName
{
background-color: #CB4131;
}
</style>
border-color css
<style>
span { border-color: #CB4131; }
span { border-color: rgb(203,65,49); }
td.TdClassName
{
border-color: #CB4131;
}
.TagClassName
{
border-color: #CB4131;
}
</style>