Shades of Persian Red #CB3E3B
Tints of Persian Red #CB3E3B
RGB
CMYK
RGB Variations
Color information
#CB3E3B (or 0xCB3E3B) is known color: Persian Red. HEX triplet: CB, 3E and 3B. RGB value is (203,62,59). Sum of RGB (Red+Green+Blue) = 203+62+59=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E3B is #34C1C4. Grayscale: #676767. Windows color (decimal): -3457477 or 3882699. OLE color: 3882699.
HSL color Cylindrical-coordinate representation of color #CB3E3B: hue angle of 1.25º 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 #CB3E3B is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 59 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.20 |
| HSL | 1.25º | 0.58% | 0.51% | - |
| HSV(B) | 1.25º | 0.71% | 0.8% | - |
| XYZ | 27.14 | 16.46 | 5.88 | - |
| YUV | 103.82 | 102.71 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 59 | 0 | 0.69 | 0.71 | 0.20 | 1.25 | 0.58 | 0.51 |
| Hex | CB | 3E | 3B | 0 | 45 | 47 | 14 | 1 | 3A | 33 |
| Octal | 313 | 76 | 73 | 0 | 105 | 107 | 24 | 1 | 72 | 63 |
| Binary | 11001011 | 111110 | 111011 | 0 | 1000101 | 1000111 | 10100 | 1 | 111010 | 110011 |
Color Harmonies of #CB3E3B
Complementary color
Monochromatic Colors of #CB3E3B
Black with #CB3E3B
Text Example
Text Example
White with #CB3E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E3B; }
p { color: rgb(203,62,59); }
H1.HeaderClassName
{
color: #CB3E3B;
}
.AnyTagClassName
{
color: #CB3E3B;
}
</style>
background-color css
<style>
a { background-color: #CB3E3B; }
a { background-color: rgb(203,62,59); }
div.DivClassName
{
background-color: #CB3E3B;
}
.BgClassName
{
background-color: #CB3E3B;
}
</style>
border-color css
<style>
span { border-color: #CB3E3B; }
span { border-color: rgb(203,62,59); }
td.TdClassName
{
border-color: #CB3E3B;
}
.TagClassName
{
border-color: #CB3E3B;
}
</style>