Shades of Persian Red #CB2C26
Tints of Persian Red #CB2C26
RGB
CMYK
RGB Variations
Color information
#CB2C26 (or 0xCB2C26) is known color: Persian Red. HEX triplet: CB, 2C and 26. RGB value is (203,44,38). Sum of RGB (Red+Green+Blue) = 203+44+38=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C26 is #34D3D9. Grayscale: #5B5B5B. Windows color (decimal): -3462106 or 2501835. OLE color: 2501835.
HSL color Cylindrical-coordinate representation of color #CB2C26: hue angle of 2.18º 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 #CB2C26 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 38 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.20 |
| HSL | 2.18º | 0.68% | 0.47% | - |
| HSV(B) | 2.18º | 0.81% | 0.8% | - |
| XYZ | 25.88 | 14.64 | 3.3 | - |
| YUV | 90.86 | 98.18 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 38 | 0 | 0.78 | 0.81 | 0.20 | 2.18 | 0.68 | 0.47 |
| Hex | CB | 2C | 26 | 0 | 4E | 51 | 14 | 2 | 44 | 2F |
| Octal | 313 | 54 | 46 | 0 | 116 | 121 | 24 | 2 | 104 | 57 |
| Binary | 11001011 | 101100 | 100110 | 0 | 1001110 | 1010001 | 10100 | 10 | 1000100 | 101111 |
Color Harmonies of #CB2C26
Complementary color
Monochromatic Colors of #CB2C26
Black with #CB2C26
Text Example
Text Example
White with #CB2C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2C26; }
p { color: rgb(203,44,38); }
H1.HeaderClassName
{
color: #CB2C26;
}
.AnyTagClassName
{
color: #CB2C26;
}
</style>
background-color css
<style>
a { background-color: #CB2C26; }
a { background-color: rgb(203,44,38); }
div.DivClassName
{
background-color: #CB2C26;
}
.BgClassName
{
background-color: #CB2C26;
}
</style>
border-color css
<style>
span { border-color: #CB2C26; }
span { border-color: rgb(203,44,38); }
td.TdClassName
{
border-color: #CB2C26;
}
.TagClassName
{
border-color: #CB2C26;
}
</style>