Shades of Persian Red #CB2F2B
Tints of Persian Red #CB2F2B
RGB
CMYK
RGB Variations
Color information
#CB2F2B (or 0xCB2F2B) is known color: Persian Red. HEX triplet: CB, 2F and 2B. RGB value is (203,47,43). Sum of RGB (Red+Green+Blue) = 203+47+43=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2F2B is #34D0D4. Grayscale: #5D5D5D. Windows color (decimal): -3461333 or 2830283. OLE color: 2830283.
HSL color Cylindrical-coordinate representation of color #CB2F2B: hue angle of 1.5º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2F2B is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 43 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.20 |
| HSL | 1.5º | 0.65% | 0.48% | - |
| HSV(B) | 1.5º | 0.79% | 0.8% | - |
| XYZ | 26.08 | 14.9 | 3.79 | - |
| YUV | 93.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 43 | 0 | 0.77 | 0.79 | 0.20 | 1.5 | 0.65 | 0.48 |
| Hex | CB | 2F | 2B | 0 | 4D | 4F | 14 | 2 | 41 | 30 |
| Octal | 313 | 57 | 53 | 0 | 115 | 117 | 24 | 2 | 101 | 60 |
| Binary | 11001011 | 101111 | 101011 | 0 | 1001101 | 1001111 | 10100 | 10 | 1000001 | 110000 |
Color Harmonies of #CB2F2B
Complementary color
Monochromatic Colors of #CB2F2B
Black with #CB2F2B
Text Example
Text Example
White with #CB2F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F2B; }
p { color: rgb(203,47,43); }
H1.HeaderClassName
{
color: #CB2F2B;
}
.AnyTagClassName
{
color: #CB2F2B;
}
</style>
background-color css
<style>
a { background-color: #CB2F2B; }
a { background-color: rgb(203,47,43); }
div.DivClassName
{
background-color: #CB2F2B;
}
.BgClassName
{
background-color: #CB2F2B;
}
</style>
border-color css
<style>
span { border-color: #CB2F2B; }
span { border-color: rgb(203,47,43); }
td.TdClassName
{
border-color: #CB2F2B;
}
.TagClassName
{
border-color: #CB2F2B;
}
</style>