Shades of Persian Red #CB3C2C
Tints of Persian Red #CB3C2C
RGB
CMYK
RGB Variations
Color information
#CB3C2C (or 0xCB3C2C) is known color: Persian Red. HEX triplet: CB, 3C and 2C. RGB value is (203,60,44). Sum of RGB (Red+Green+Blue) = 203+60+44=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C2C is #34C3D3. Grayscale: #656565. Windows color (decimal): -3458004 or 2899147. OLE color: 2899147.
HSL color Cylindrical-coordinate representation of color #CB3C2C: hue angle of 6.04º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB3C2C is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 44 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.20 |
| HSL | 6.04º | 0.64% | 0.48% | - |
| HSV(B) | 6.04º | 0.78% | 0.8% | - |
| XYZ | 26.7 | 16.11 | 4.09 | - |
| YUV | 100.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 44 | 0 | 0.70 | 0.78 | 0.20 | 6.04 | 0.64 | 0.48 |
| Hex | CB | 3C | 2C | 0 | 46 | 4E | 14 | 6 | 40 | 30 |
| Octal | 313 | 74 | 54 | 0 | 106 | 116 | 24 | 6 | 100 | 60 |
| Binary | 11001011 | 111100 | 101100 | 0 | 1000110 | 1001110 | 10100 | 110 | 1000000 | 110000 |
Color Harmonies of #CB3C2C
Complementary color
Monochromatic Colors of #CB3C2C
Black with #CB3C2C
Text Example
Text Example
White with #CB3C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C2C; }
p { color: rgb(203,60,44); }
H1.HeaderClassName
{
color: #CB3C2C;
}
.AnyTagClassName
{
color: #CB3C2C;
}
</style>
background-color css
<style>
a { background-color: #CB3C2C; }
a { background-color: rgb(203,60,44); }
div.DivClassName
{
background-color: #CB3C2C;
}
.BgClassName
{
background-color: #CB3C2C;
}
</style>
border-color css
<style>
span { border-color: #CB3C2C; }
span { border-color: rgb(203,60,44); }
td.TdClassName
{
border-color: #CB3C2C;
}
.TagClassName
{
border-color: #CB3C2C;
}
</style>