Shades of Persian Red #CB2F28
Tints of Persian Red #CB2F28
RGB
CMYK
RGB Variations
Color information
#CB2F28 (or 0xCB2F28) is known color: Persian Red. HEX triplet: CB, 2F and 28. RGB value is (203,47,40). Sum of RGB (Red+Green+Blue) = 203+47+40=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2F28 is #34D0D7. Grayscale: #5D5D5D. Windows color (decimal): -3461336 or 2633675. OLE color: 2633675.
HSL color Cylindrical-coordinate representation of color #CB2F28: hue angle of 2.58º 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 #CB2F28 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 40 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.20 |
| HSL | 2.58º | 0.67% | 0.48% | - |
| HSV(B) | 2.58º | 0.8% | 0.8% | - |
| XYZ | 26.03 | 14.88 | 3.51 | - |
| YUV | 92.85 | 98.18 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 40 | 0 | 0.77 | 0.80 | 0.20 | 2.58 | 0.67 | 0.48 |
| Hex | CB | 2F | 28 | 0 | 4D | 50 | 14 | 3 | 43 | 30 |
| Octal | 313 | 57 | 50 | 0 | 115 | 120 | 24 | 3 | 103 | 60 |
| Binary | 11001011 | 101111 | 101000 | 0 | 1001101 | 1010000 | 10100 | 11 | 1000011 | 110000 |
Color Harmonies of #CB2F28
Complementary color
Monochromatic Colors of #CB2F28
Black with #CB2F28
Text Example
Text Example
White with #CB2F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F28; }
p { color: rgb(203,47,40); }
H1.HeaderClassName
{
color: #CB2F28;
}
.AnyTagClassName
{
color: #CB2F28;
}
</style>
background-color css
<style>
a { background-color: #CB2F28; }
a { background-color: rgb(203,47,40); }
div.DivClassName
{
background-color: #CB2F28;
}
.BgClassName
{
background-color: #CB2F28;
}
</style>
border-color css
<style>
span { border-color: #CB2F28; }
span { border-color: rgb(203,47,40); }
td.TdClassName
{
border-color: #CB2F28;
}
.TagClassName
{
border-color: #CB2F28;
}
</style>