Shades of Persian Red #CB3E3A
Tints of Persian Red #CB3E3A
RGB
CMYK
RGB Variations
Color information
#CB3E3A (or 0xCB3E3A) is known color: Persian Red. HEX triplet: CB, 3E and 3A. RGB value is (203,62,58). Sum of RGB (Red+Green+Blue) = 203+62+58=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E3A is #34C1C5. Grayscale: #676767. Windows color (decimal): -3457478 or 3817163. OLE color: 3817163.
HSL color Cylindrical-coordinate representation of color #CB3E3A: hue angle of 1.66º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3E3A is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 58 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.20 |
| HSL | 1.66º | 0.58% | 0.51% | - |
| HSV(B) | 1.66º | 0.71% | 0.8% | - |
| XYZ | 27.11 | 16.45 | 5.75 | - |
| YUV | 103.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 58 | 0 | 0.69 | 0.71 | 0.20 | 1.66 | 0.58 | 0.51 |
| Hex | CB | 3E | 3A | 0 | 45 | 47 | 14 | 2 | 3A | 33 |
| Octal | 313 | 76 | 72 | 0 | 105 | 107 | 24 | 2 | 72 | 63 |
| Binary | 11001011 | 111110 | 111010 | 0 | 1000101 | 1000111 | 10100 | 10 | 111010 | 110011 |
Color Harmonies of #CB3E3A
Complementary color
Monochromatic Colors of #CB3E3A
Black with #CB3E3A
Text Example
Text Example
White with #CB3E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E3A; }
p { color: rgb(203,62,58); }
H1.HeaderClassName
{
color: #CB3E3A;
}
.AnyTagClassName
{
color: #CB3E3A;
}
</style>
background-color css
<style>
a { background-color: #CB3E3A; }
a { background-color: rgb(203,62,58); }
div.DivClassName
{
background-color: #CB3E3A;
}
.BgClassName
{
background-color: #CB3E3A;
}
</style>
border-color css
<style>
span { border-color: #CB3E3A; }
span { border-color: rgb(203,62,58); }
td.TdClassName
{
border-color: #CB3E3A;
}
.TagClassName
{
border-color: #CB3E3A;
}
</style>