Shades of Persian Red #CB2323
Tints of Persian Red #CB2323
RGB
CMYK
RGB Variations
Color information
#CB2323 (or 0xCB2323) is known color: Persian Red. HEX triplet: CB, 23 and 23. RGB value is (203,35,35). Sum of RGB (Red+Green+Blue) = 203+35+35=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2323 is #34DCDC. Grayscale: #555555. Windows color (decimal): -3464413 or 2302923. OLE color: 2302923.
HSL color Cylindrical-coordinate representation of color #CB2323: hue angle of 0º 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 #CB2323 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 35 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.20 |
| HSL | 0º | 0.71% | 0.47% | - |
| HSV(B) | 0º | 0.83% | 0.8% | - |
| XYZ | 25.53 | 14.02 | 2.95 | - |
| YUV | 85.23 | 99.66 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 35 | 0 | 0.83 | 0.83 | 0.20 | 0 | 0.71 | 0.47 |
| Hex | CB | 23 | 23 | 0 | 53 | 53 | 14 | 0 | 47 | 2F |
| Octal | 313 | 43 | 43 | 0 | 123 | 123 | 24 | 0 | 107 | 57 |
| Binary | 11001011 | 100011 | 100011 | 0 | 1010011 | 1010011 | 10100 | 0 | 1000111 | 101111 |
Color Harmonies of #CB2323
Complementary color
Monochromatic Colors of #CB2323
Black with #CB2323
Text Example
Text Example
White with #CB2323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2323; }
p { color: rgb(203,35,35); }
H1.HeaderClassName
{
color: #CB2323;
}
.AnyTagClassName
{
color: #CB2323;
}
</style>
background-color css
<style>
a { background-color: #CB2323; }
a { background-color: rgb(203,35,35); }
div.DivClassName
{
background-color: #CB2323;
}
.BgClassName
{
background-color: #CB2323;
}
</style>
border-color css
<style>
span { border-color: #CB2323; }
span { border-color: rgb(203,35,35); }
td.TdClassName
{
border-color: #CB2323;
}
.TagClassName
{
border-color: #CB2323;
}
</style>