Shades of Persian Red #CB3029
Tints of Persian Red #CB3029
RGB
CMYK
RGB Variations
Color information
#CB3029 (or 0xCB3029) is known color: Persian Red. HEX triplet: CB, 30 and 29. RGB value is (203,48,41). Sum of RGB (Red+Green+Blue) = 203+48+41=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3029 is #34CFD6. Grayscale: #5D5D5D. Windows color (decimal): -3461079 or 2699467. OLE color: 2699467.
HSL color Cylindrical-coordinate representation of color #CB3029: hue angle of 2.59º degrees, saturation: 0.66, 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 #CB3029 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 41 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.20 |
| HSL | 2.59º | 0.66% | 0.48% | - |
| HSV(B) | 2.59º | 0.8% | 0.8% | - |
| XYZ | 26.09 | 14.97 | 3.61 | - |
| YUV | 93.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 41 | 0 | 0.76 | 0.80 | 0.20 | 2.59 | 0.66 | 0.48 |
| Hex | CB | 30 | 29 | 0 | 4C | 50 | 14 | 3 | 42 | 30 |
| Octal | 313 | 60 | 51 | 0 | 114 | 120 | 24 | 3 | 102 | 60 |
| Binary | 11001011 | 110000 | 101001 | 0 | 1001100 | 1010000 | 10100 | 11 | 1000010 | 110000 |
Color Harmonies of #CB3029
Complementary color
Monochromatic Colors of #CB3029
Black with #CB3029
Text Example
Text Example
White with #CB3029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3029; }
p { color: rgb(203,48,41); }
H1.HeaderClassName
{
color: #CB3029;
}
.AnyTagClassName
{
color: #CB3029;
}
</style>
background-color css
<style>
a { background-color: #CB3029; }
a { background-color: rgb(203,48,41); }
div.DivClassName
{
background-color: #CB3029;
}
.BgClassName
{
background-color: #CB3029;
}
</style>
border-color css
<style>
span { border-color: #CB3029; }
span { border-color: rgb(203,48,41); }
td.TdClassName
{
border-color: #CB3029;
}
.TagClassName
{
border-color: #CB3029;
}
</style>