Shades of Persian Red #CB2A27
Tints of Persian Red #CB2A27
RGB
CMYK
RGB Variations
Color information
#CB2A27 (or 0xCB2A27) is known color: Persian Red. HEX triplet: CB, 2A and 27. RGB value is (203,42,39). Sum of RGB (Red+Green+Blue) = 203+42+39=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2A27 is #34D5D8. Grayscale: #595959. Windows color (decimal): -3462617 or 2566859. OLE color: 2566859.
HSL color Cylindrical-coordinate representation of color #CB2A27: hue angle of 1.1º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2A27 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 42 | 39 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.20 |
| HSL | 1.1º | 0.68% | 0.47% | - |
| HSV(B) | 1.1º | 0.81% | 0.8% | - |
| XYZ | 25.82 | 14.5 | 3.36 | - |
| YUV | 89.8 | 99.34 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 39 | 0 | 0.79 | 0.81 | 0.20 | 1.1 | 0.68 | 0.47 |
| Hex | CB | 2A | 27 | 0 | 4F | 51 | 14 | 1 | 44 | 2F |
| Octal | 313 | 52 | 47 | 0 | 117 | 121 | 24 | 1 | 104 | 57 |
| Binary | 11001011 | 101010 | 100111 | 0 | 1001111 | 1010001 | 10100 | 1 | 1000100 | 101111 |
Color Harmonies of #CB2A27
Complementary color
Monochromatic Colors of #CB2A27
Black with #CB2A27
Text Example
Text Example
White with #CB2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2A27; }
p { color: rgb(203,42,39); }
H1.HeaderClassName
{
color: #CB2A27;
}
.AnyTagClassName
{
color: #CB2A27;
}
</style>
background-color css
<style>
a { background-color: #CB2A27; }
a { background-color: rgb(203,42,39); }
div.DivClassName
{
background-color: #CB2A27;
}
.BgClassName
{
background-color: #CB2A27;
}
</style>
border-color css
<style>
span { border-color: #CB2A27; }
span { border-color: rgb(203,42,39); }
td.TdClassName
{
border-color: #CB2A27;
}
.TagClassName
{
border-color: #CB2A27;
}
</style>