Shades of Persian Red #CB2222
Tints of Persian Red #CB2222
RGB
CMYK
RGB Variations
Color information
#CB2222 (or 0xCB2222) is known color: Persian Red. HEX triplet: CB, 22 and 22. RGB value is (203,34,34). Sum of RGB (Red+Green+Blue) = 203+34+34=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2222 is #34DDDD. Grayscale: #545454. Windows color (decimal): -3464670 or 2237131. OLE color: 2237131.
HSL color Cylindrical-coordinate representation of color #CB2222: hue angle of 0º 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 #CB2222 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 34 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.20 |
| HSL | 0º | 0.71% | 0.46% | - |
| HSV(B) | 0º | 0.83% | 0.8% | - |
| XYZ | 25.49 | 13.96 | 2.86 | - |
| YUV | 84.53 | 99.49 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 34 | 0 | 0.83 | 0.83 | 0.20 | 0 | 0.71 | 0.46 |
| Hex | CB | 22 | 22 | 0 | 53 | 53 | 14 | 0 | 47 | 2E |
| Octal | 313 | 42 | 42 | 0 | 123 | 123 | 24 | 0 | 107 | 56 |
| Binary | 11001011 | 100010 | 100010 | 0 | 1010011 | 1010011 | 10100 | 0 | 1000111 | 101110 |
Color Harmonies of #CB2222
Complementary color
Monochromatic Colors of #CB2222
Black with #CB2222
Text Example
Text Example
White with #CB2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2222; }
p { color: rgb(203,34,34); }
H1.HeaderClassName
{
color: #CB2222;
}
.AnyTagClassName
{
color: #CB2222;
}
</style>
background-color css
<style>
a { background-color: #CB2222; }
a { background-color: rgb(203,34,34); }
div.DivClassName
{
background-color: #CB2222;
}
.BgClassName
{
background-color: #CB2222;
}
</style>
border-color css
<style>
span { border-color: #CB2222; }
span { border-color: rgb(203,34,34); }
td.TdClassName
{
border-color: #CB2222;
}
.TagClassName
{
border-color: #CB2222;
}
</style>