Shades of Persian Red #CB2928
Tints of Persian Red #CB2928
RGB
CMYK
RGB Variations
Color information
#CB2928 (or 0xCB2928) is known color: Persian Red. HEX triplet: CB, 29 and 28. RGB value is (203,41,40). Sum of RGB (Red+Green+Blue) = 203+41+40=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2928 is #34D6D7. Grayscale: #595959. Windows color (decimal): -3462872 or 2632139. OLE color: 2632139.
HSL color Cylindrical-coordinate representation of color #CB2928: hue angle of 0.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2928 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 40 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.20 |
| HSL | 0.37º | 0.67% | 0.48% | - |
| HSV(B) | 0.37º | 0.8% | 0.8% | - |
| XYZ | 25.8 | 14.44 | 3.43 | - |
| YUV | 89.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 40 | 0 | 0.80 | 0.80 | 0.20 | 0.37 | 0.67 | 0.48 |
| Hex | CB | 29 | 28 | 0 | 50 | 50 | 14 | 0 | 43 | 30 |
| Octal | 313 | 51 | 50 | 0 | 120 | 120 | 24 | 0 | 103 | 60 |
| Binary | 11001011 | 101001 | 101000 | 0 | 1010000 | 1010000 | 10100 | 0 | 1000011 | 110000 |
Color Harmonies of #CB2928
Complementary color
Monochromatic Colors of #CB2928
Black with #CB2928
Text Example
Text Example
White with #CB2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2928; }
p { color: rgb(203,41,40); }
H1.HeaderClassName
{
color: #CB2928;
}
.AnyTagClassName
{
color: #CB2928;
}
</style>
background-color css
<style>
a { background-color: #CB2928; }
a { background-color: rgb(203,41,40); }
div.DivClassName
{
background-color: #CB2928;
}
.BgClassName
{
background-color: #CB2928;
}
</style>
border-color css
<style>
span { border-color: #CB2928; }
span { border-color: rgb(203,41,40); }
td.TdClassName
{
border-color: #CB2928;
}
.TagClassName
{
border-color: #CB2928;
}
</style>