Shades of Persian Red #CB3A31
Tints of Persian Red #CB3A31
RGB
CMYK
RGB Variations
Color information
#CB3A31 (or 0xCB3A31) is known color: Persian Red. HEX triplet: CB, 3A and 31. RGB value is (203,58,49). Sum of RGB (Red+Green+Blue) = 203+58+49=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A31 is #34C5CE. Grayscale: #646464. Windows color (decimal): -3458511 or 3226315. OLE color: 3226315.
HSL color Cylindrical-coordinate representation of color #CB3A31: hue angle of 3.51º 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 #CB3A31 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 49 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.20 |
| HSL | 3.51º | 0.61% | 0.49% | - |
| HSV(B) | 3.51º | 0.76% | 0.8% | - |
| XYZ | 26.7 | 15.94 | 4.58 | - |
| YUV | 100.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 49 | 0 | 0.71 | 0.76 | 0.20 | 3.51 | 0.61 | 0.49 |
| Hex | CB | 3A | 31 | 0 | 47 | 4C | 14 | 4 | 3D | 31 |
| Octal | 313 | 72 | 61 | 0 | 107 | 114 | 24 | 4 | 75 | 61 |
| Binary | 11001011 | 111010 | 110001 | 0 | 1000111 | 1001100 | 10100 | 100 | 111101 | 110001 |
Color Harmonies of #CB3A31
Complementary color
Monochromatic Colors of #CB3A31
Black with #CB3A31
Text Example
Text Example
White with #CB3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A31; }
p { color: rgb(203,58,49); }
H1.HeaderClassName
{
color: #CB3A31;
}
.AnyTagClassName
{
color: #CB3A31;
}
</style>
background-color css
<style>
a { background-color: #CB3A31; }
a { background-color: rgb(203,58,49); }
div.DivClassName
{
background-color: #CB3A31;
}
.BgClassName
{
background-color: #CB3A31;
}
</style>
border-color css
<style>
span { border-color: #CB3A31; }
span { border-color: rgb(203,58,49); }
td.TdClassName
{
border-color: #CB3A31;
}
.TagClassName
{
border-color: #CB3A31;
}
</style>