Shades of Persian Red #CB2C23
Tints of Persian Red #CB2C23
RGB
CMYK
RGB Variations
Color information
#CB2C23 (or 0xCB2C23) is known color: Persian Red. HEX triplet: CB, 2C and 23. RGB value is (203,44,35). Sum of RGB (Red+Green+Blue) = 203+44+35=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C23 is #34D3DC. Grayscale: #5A5A5A. Windows color (decimal): -3462109 or 2305227. OLE color: 2305227.
HSL color Cylindrical-coordinate representation of color #CB2C23: hue angle of 3.21º 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 #CB2C23 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 35 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.20 |
| HSL | 3.21º | 0.71% | 0.47% | - |
| HSV(B) | 3.21º | 0.83% | 0.8% | - |
| XYZ | 25.83 | 14.62 | 3.05 | - |
| YUV | 90.52 | 96.68 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 35 | 0 | 0.78 | 0.83 | 0.20 | 3.21 | 0.71 | 0.47 |
| Hex | CB | 2C | 23 | 0 | 4E | 53 | 14 | 3 | 47 | 2F |
| Octal | 313 | 54 | 43 | 0 | 116 | 123 | 24 | 3 | 107 | 57 |
| Binary | 11001011 | 101100 | 100011 | 0 | 1001110 | 1010011 | 10100 | 11 | 1000111 | 101111 |
Color Harmonies of #CB2C23
Complementary color
Monochromatic Colors of #CB2C23
Black with #CB2C23
Text Example
Text Example
White with #CB2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2C23; }
p { color: rgb(203,44,35); }
H1.HeaderClassName
{
color: #CB2C23;
}
.AnyTagClassName
{
color: #CB2C23;
}
</style>
background-color css
<style>
a { background-color: #CB2C23; }
a { background-color: rgb(203,44,35); }
div.DivClassName
{
background-color: #CB2C23;
}
.BgClassName
{
background-color: #CB2C23;
}
</style>
border-color css
<style>
span { border-color: #CB2C23; }
span { border-color: rgb(203,44,35); }
td.TdClassName
{
border-color: #CB2C23;
}
.TagClassName
{
border-color: #CB2C23;
}
</style>