Shades of Persian Red #CB2B23
Tints of Persian Red #CB2B23
RGB
CMYK
RGB Variations
Color information
#CB2B23 (or 0xCB2B23) is known color: Persian Red. HEX triplet: CB, 2B and 23. RGB value is (203,43,35). Sum of RGB (Red+Green+Blue) = 203+43+35=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2B23 is #34D4DC. Grayscale: #5A5A5A. Windows color (decimal): -3462365 or 2304971. OLE color: 2304971.
HSL color Cylindrical-coordinate representation of color #CB2B23: hue angle of 2.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2B23 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 35 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.20 |
| HSL | 2.86º | 0.71% | 0.47% | - |
| HSV(B) | 2.86º | 0.83% | 0.8% | - |
| XYZ | 25.8 | 14.55 | 3.04 | - |
| YUV | 89.93 | 97.01 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 35 | 0 | 0.79 | 0.83 | 0.20 | 2.86 | 0.71 | 0.47 |
| Hex | CB | 2B | 23 | 0 | 4F | 53 | 14 | 3 | 47 | 2F |
| Octal | 313 | 53 | 43 | 0 | 117 | 123 | 24 | 3 | 107 | 57 |
| Binary | 11001011 | 101011 | 100011 | 0 | 1001111 | 1010011 | 10100 | 11 | 1000111 | 101111 |
Color Harmonies of #CB2B23
Complementary color
Monochromatic Colors of #CB2B23
Black with #CB2B23
Text Example
Text Example
White with #CB2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B23; }
p { color: rgb(203,43,35); }
H1.HeaderClassName
{
color: #CB2B23;
}
.AnyTagClassName
{
color: #CB2B23;
}
</style>
background-color css
<style>
a { background-color: #CB2B23; }
a { background-color: rgb(203,43,35); }
div.DivClassName
{
background-color: #CB2B23;
}
.BgClassName
{
background-color: #CB2B23;
}
</style>
border-color css
<style>
span { border-color: #CB2B23; }
span { border-color: rgb(203,43,35); }
td.TdClassName
{
border-color: #CB2B23;
}
.TagClassName
{
border-color: #CB2B23;
}
</style>