Shades of Persian Red #CB3C32
Tints of Persian Red #CB3C32
RGB
CMYK
RGB Variations
Color information
#CB3C32 (or 0xCB3C32) is known color: Persian Red. HEX triplet: CB, 3C and 32. RGB value is (203,60,50). Sum of RGB (Red+Green+Blue) = 203+60+50=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C32 is #34C3CD. Grayscale: #656565. Windows color (decimal): -3457998 or 3292363. OLE color: 3292363.
HSL color Cylindrical-coordinate representation of color #CB3C32: hue angle of 3.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3C32 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 50 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.20 |
| HSL | 3.92º | 0.6% | 0.5% | - |
| HSV(B) | 3.92º | 0.75% | 0.8% | - |
| XYZ | 26.82 | 16.16 | 4.72 | - |
| YUV | 101.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 50 | 0 | 0.70 | 0.75 | 0.20 | 3.92 | 0.6 | 0.5 |
| Hex | CB | 3C | 32 | 0 | 46 | 4B | 14 | 4 | 3C | 32 |
| Octal | 313 | 74 | 62 | 0 | 106 | 113 | 24 | 4 | 74 | 62 |
| Binary | 11001011 | 111100 | 110010 | 0 | 1000110 | 1001011 | 10100 | 100 | 111100 | 110010 |
Color Harmonies of #CB3C32
Complementary color
Monochromatic Colors of #CB3C32
Black with #CB3C32
Text Example
Text Example
White with #CB3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C32; }
p { color: rgb(203,60,50); }
H1.HeaderClassName
{
color: #CB3C32;
}
.AnyTagClassName
{
color: #CB3C32;
}
</style>
background-color css
<style>
a { background-color: #CB3C32; }
a { background-color: rgb(203,60,50); }
div.DivClassName
{
background-color: #CB3C32;
}
.BgClassName
{
background-color: #CB3C32;
}
</style>
border-color css
<style>
span { border-color: #CB3C32; }
span { border-color: rgb(203,60,50); }
td.TdClassName
{
border-color: #CB3C32;
}
.TagClassName
{
border-color: #CB3C32;
}
</style>