Shades of Persian Red #CB3831
Tints of Persian Red #CB3831
RGB
CMYK
RGB Variations
Color information
#CB3831 (or 0xCB3831) is known color: Persian Red. HEX triplet: CB, 38 and 31. RGB value is (203,56,49). Sum of RGB (Red+Green+Blue) = 203+56+49=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3831 is #34C7CE. Grayscale: #636363. Windows color (decimal): -3459023 or 3225803. OLE color: 3225803.
HSL color Cylindrical-coordinate representation of color #CB3831: hue angle of 2.73º 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 #CB3831 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 49 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.20 |
| HSL | 2.73º | 0.61% | 0.49% | - |
| HSV(B) | 2.73º | 0.76% | 0.8% | - |
| XYZ | 26.6 | 15.75 | 4.54 | - |
| YUV | 99.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 49 | 0 | 0.72 | 0.76 | 0.20 | 2.73 | 0.61 | 0.49 |
| Hex | CB | 38 | 31 | 0 | 48 | 4C | 14 | 3 | 3D | 31 |
| Octal | 313 | 70 | 61 | 0 | 110 | 114 | 24 | 3 | 75 | 61 |
| Binary | 11001011 | 111000 | 110001 | 0 | 1001000 | 1001100 | 10100 | 11 | 111101 | 110001 |
Color Harmonies of #CB3831
Complementary color
Monochromatic Colors of #CB3831
Black with #CB3831
Text Example
Text Example
White with #CB3831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3831; }
p { color: rgb(203,56,49); }
H1.HeaderClassName
{
color: #CB3831;
}
.AnyTagClassName
{
color: #CB3831;
}
</style>
background-color css
<style>
a { background-color: #CB3831; }
a { background-color: rgb(203,56,49); }
div.DivClassName
{
background-color: #CB3831;
}
.BgClassName
{
background-color: #CB3831;
}
</style>
border-color css
<style>
span { border-color: #CB3831; }
span { border-color: rgb(203,56,49); }
td.TdClassName
{
border-color: #CB3831;
}
.TagClassName
{
border-color: #CB3831;
}
</style>