Shades of Persian Red #CB3C3B
Tints of Persian Red #CB3C3B
RGB
CMYK
RGB Variations
Color information
#CB3C3B (or 0xCB3C3B) is known color: Persian Red. HEX triplet: CB, 3C and 3B. RGB value is (203,60,59). Sum of RGB (Red+Green+Blue) = 203+60+59=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C3B is #34C3C4. Grayscale: #666666. Windows color (decimal): -3457989 or 3882187. OLE color: 3882187.
HSL color Cylindrical-coordinate representation of color #CB3C3B: hue angle of 0.42º 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 #CB3C3B is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 59 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.20 |
| HSL | 0.42º | 0.58% | 0.51% | - |
| HSV(B) | 0.42º | 0.71% | 0.8% | - |
| XYZ | 27.03 | 16.24 | 5.85 | - |
| YUV | 102.64 | 103.38 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 59 | 0 | 0.70 | 0.71 | 0.20 | 0.42 | 0.58 | 0.51 |
| Hex | CB | 3C | 3B | 0 | 46 | 47 | 14 | 0 | 3A | 33 |
| Octal | 313 | 74 | 73 | 0 | 106 | 107 | 24 | 0 | 72 | 63 |
| Binary | 11001011 | 111100 | 111011 | 0 | 1000110 | 1000111 | 10100 | 0 | 111010 | 110011 |
Color Harmonies of #CB3C3B
Complementary color
Monochromatic Colors of #CB3C3B
Black with #CB3C3B
Text Example
Text Example
White with #CB3C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C3B; }
p { color: rgb(203,60,59); }
H1.HeaderClassName
{
color: #CB3C3B;
}
.AnyTagClassName
{
color: #CB3C3B;
}
</style>
background-color css
<style>
a { background-color: #CB3C3B; }
a { background-color: rgb(203,60,59); }
div.DivClassName
{
background-color: #CB3C3B;
}
.BgClassName
{
background-color: #CB3C3B;
}
</style>
border-color css
<style>
span { border-color: #CB3C3B; }
span { border-color: rgb(203,60,59); }
td.TdClassName
{
border-color: #CB3C3B;
}
.TagClassName
{
border-color: #CB3C3B;
}
</style>