Shades of Persian Red #CB2422
Tints of Persian Red #CB2422
RGB
CMYK
RGB Variations
Color information
#CB2422 (or 0xCB2422) is known color: Persian Red. HEX triplet: CB, 24 and 22. RGB value is (203,36,34). Sum of RGB (Red+Green+Blue) = 203+36+34=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2422 is #34DBDD. Grayscale: #555555. Windows color (decimal): -3464158 or 2237643. OLE color: 2237643.
HSL color Cylindrical-coordinate representation of color #CB2422: hue angle of 0.71º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2422 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 34 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.20 |
| HSL | 0.71º | 0.71% | 0.46% | - |
| HSV(B) | 0.71º | 0.83% | 0.8% | - |
| XYZ | 25.55 | 14.07 | 2.88 | - |
| YUV | 85.71 | 98.83 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 34 | 0 | 0.82 | 0.83 | 0.20 | 0.71 | 0.71 | 0.46 |
| Hex | CB | 24 | 22 | 0 | 52 | 53 | 14 | 1 | 47 | 2E |
| Octal | 313 | 44 | 42 | 0 | 122 | 123 | 24 | 1 | 107 | 56 |
| Binary | 11001011 | 100100 | 100010 | 0 | 1010010 | 1010011 | 10100 | 1 | 1000111 | 101110 |
Color Harmonies of #CB2422
Complementary color
Monochromatic Colors of #CB2422
Black with #CB2422
Text Example
Text Example
White with #CB2422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2422; }
p { color: rgb(203,36,34); }
H1.HeaderClassName
{
color: #CB2422;
}
.AnyTagClassName
{
color: #CB2422;
}
</style>
background-color css
<style>
a { background-color: #CB2422; }
a { background-color: rgb(203,36,34); }
div.DivClassName
{
background-color: #CB2422;
}
.BgClassName
{
background-color: #CB2422;
}
</style>
border-color css
<style>
span { border-color: #CB2422; }
span { border-color: rgb(203,36,34); }
td.TdClassName
{
border-color: #CB2422;
}
.TagClassName
{
border-color: #CB2422;
}
</style>