Shades of Persian Red #CB3631
Tints of Persian Red #CB3631
RGB
CMYK
RGB Variations
Color information
#CB3631 (or 0xCB3631) is known color: Persian Red. HEX triplet: CB, 36 and 31. RGB value is (203,54,49). Sum of RGB (Red+Green+Blue) = 203+54+49=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3631 is #34C9CE. Grayscale: #626262. Windows color (decimal): -3459535 or 3225291. OLE color: 3225291.
HSL color Cylindrical-coordinate representation of color #CB3631: hue angle of 1.95º 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 #CB3631 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 49 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.20 |
| HSL | 1.95º | 0.61% | 0.49% | - |
| HSV(B) | 1.95º | 0.76% | 0.8% | - |
| XYZ | 26.5 | 15.56 | 4.51 | - |
| YUV | 97.98 | 100.36 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 49 | 0 | 0.73 | 0.76 | 0.20 | 1.95 | 0.61 | 0.49 |
| Hex | CB | 36 | 31 | 0 | 49 | 4C | 14 | 2 | 3D | 31 |
| Octal | 313 | 66 | 61 | 0 | 111 | 114 | 24 | 2 | 75 | 61 |
| Binary | 11001011 | 110110 | 110001 | 0 | 1001001 | 1001100 | 10100 | 10 | 111101 | 110001 |
Color Harmonies of #CB3631
Complementary color
Monochromatic Colors of #CB3631
Black with #CB3631
Text Example
Text Example
White with #CB3631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3631; }
p { color: rgb(203,54,49); }
H1.HeaderClassName
{
color: #CB3631;
}
.AnyTagClassName
{
color: #CB3631;
}
</style>
background-color css
<style>
a { background-color: #CB3631; }
a { background-color: rgb(203,54,49); }
div.DivClassName
{
background-color: #CB3631;
}
.BgClassName
{
background-color: #CB3631;
}
</style>
border-color css
<style>
span { border-color: #CB3631; }
span { border-color: rgb(203,54,49); }
td.TdClassName
{
border-color: #CB3631;
}
.TagClassName
{
border-color: #CB3631;
}
</style>