Shades of Persian Red #CB3931
Tints of Persian Red #CB3931
RGB
CMYK
RGB Variations
Color information
#CB3931 (or 0xCB3931) is known color: Persian Red. HEX triplet: CB, 39 and 31. RGB value is (203,57,49). Sum of RGB (Red+Green+Blue) = 203+57+49=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3931 is #34C6CE. Grayscale: #636363. Windows color (decimal): -3458767 or 3226059. OLE color: 3226059.
HSL color Cylindrical-coordinate representation of color #CB3931: hue angle of 3.12º 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 #CB3931 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 49 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.20 |
| HSL | 3.12º | 0.61% | 0.49% | - |
| HSV(B) | 3.12º | 0.76% | 0.8% | - |
| XYZ | 26.65 | 15.84 | 4.56 | - |
| YUV | 99.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 49 | 0 | 0.72 | 0.76 | 0.20 | 3.12 | 0.61 | 0.49 |
| Hex | CB | 39 | 31 | 0 | 48 | 4C | 14 | 3 | 3D | 31 |
| Octal | 313 | 71 | 61 | 0 | 110 | 114 | 24 | 3 | 75 | 61 |
| Binary | 11001011 | 111001 | 110001 | 0 | 1001000 | 1001100 | 10100 | 11 | 111101 | 110001 |
Color Harmonies of #CB3931
Complementary color
Monochromatic Colors of #CB3931
Black with #CB3931
Text Example
Text Example
White with #CB3931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3931; }
p { color: rgb(203,57,49); }
H1.HeaderClassName
{
color: #CB3931;
}
.AnyTagClassName
{
color: #CB3931;
}
</style>
background-color css
<style>
a { background-color: #CB3931; }
a { background-color: rgb(203,57,49); }
div.DivClassName
{
background-color: #CB3931;
}
.BgClassName
{
background-color: #CB3931;
}
</style>
border-color css
<style>
span { border-color: #CB3931; }
span { border-color: rgb(203,57,49); }
td.TdClassName
{
border-color: #CB3931;
}
.TagClassName
{
border-color: #CB3931;
}
</style>