Shades of Persian Red #CB2722
Tints of Persian Red #CB2722
RGB
CMYK
RGB Variations
Color information
#CB2722 (or 0xCB2722) is known color: Persian Red. HEX triplet: CB, 27 and 22. RGB value is (203,39,34). Sum of RGB (Red+Green+Blue) = 203+39+34=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2722 is #34D8DD. Grayscale: #575757. Windows color (decimal): -3463390 or 2238411. OLE color: 2238411.
HSL color Cylindrical-coordinate representation of color #CB2722: hue angle of 1.78º 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 #CB2722 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 34 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.20 |
| HSL | 1.78º | 0.71% | 0.46% | - |
| HSV(B) | 1.78º | 0.83% | 0.8% | - |
| XYZ | 25.64 | 14.26 | 2.91 | - |
| YUV | 87.47 | 97.83 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 34 | 0 | 0.81 | 0.83 | 0.20 | 1.78 | 0.71 | 0.46 |
| Hex | CB | 27 | 22 | 0 | 51 | 53 | 14 | 2 | 47 | 2E |
| Octal | 313 | 47 | 42 | 0 | 121 | 123 | 24 | 2 | 107 | 56 |
| Binary | 11001011 | 100111 | 100010 | 0 | 1010001 | 1010011 | 10100 | 10 | 1000111 | 101110 |
Color Harmonies of #CB2722
Complementary color
Monochromatic Colors of #CB2722
Black with #CB2722
Text Example
Text Example
White with #CB2722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2722; }
p { color: rgb(203,39,34); }
H1.HeaderClassName
{
color: #CB2722;
}
.AnyTagClassName
{
color: #CB2722;
}
</style>
background-color css
<style>
a { background-color: #CB2722; }
a { background-color: rgb(203,39,34); }
div.DivClassName
{
background-color: #CB2722;
}
.BgClassName
{
background-color: #CB2722;
}
</style>
border-color css
<style>
span { border-color: #CB2722; }
span { border-color: rgb(203,39,34); }
td.TdClassName
{
border-color: #CB2722;
}
.TagClassName
{
border-color: #CB2722;
}
</style>