Shades of Persian Red #CB3C2A
Tints of Persian Red #CB3C2A
RGB
CMYK
RGB Variations
Color information
#CB3C2A (or 0xCB3C2A) is known color: Persian Red. HEX triplet: CB, 3C and 2A. RGB value is (203,60,42). Sum of RGB (Red+Green+Blue) = 203+60+42=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C2A is #34C3D5. Grayscale: #646464. Windows color (decimal): -3458006 or 2768075. OLE color: 2768075.
HSL color Cylindrical-coordinate representation of color #CB3C2A: hue angle of 6.71º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB3C2A is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 42 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.20 |
| HSL | 6.71º | 0.66% | 0.48% | - |
| HSV(B) | 6.71º | 0.79% | 0.8% | - |
| XYZ | 26.66 | 16.1 | 3.89 | - |
| YUV | 100.71 | 94.88 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 42 | 0 | 0.70 | 0.79 | 0.20 | 6.71 | 0.66 | 0.48 |
| Hex | CB | 3C | 2A | 0 | 46 | 4F | 14 | 7 | 42 | 30 |
| Octal | 313 | 74 | 52 | 0 | 106 | 117 | 24 | 7 | 102 | 60 |
| Binary | 11001011 | 111100 | 101010 | 0 | 1000110 | 1001111 | 10100 | 111 | 1000010 | 110000 |
Color Harmonies of #CB3C2A
Complementary color
Monochromatic Colors of #CB3C2A
Black with #CB3C2A
Text Example
Text Example
White with #CB3C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C2A; }
p { color: rgb(203,60,42); }
H1.HeaderClassName
{
color: #CB3C2A;
}
.AnyTagClassName
{
color: #CB3C2A;
}
</style>
background-color css
<style>
a { background-color: #CB3C2A; }
a { background-color: rgb(203,60,42); }
div.DivClassName
{
background-color: #CB3C2A;
}
.BgClassName
{
background-color: #CB3C2A;
}
</style>
border-color css
<style>
span { border-color: #CB3C2A; }
span { border-color: rgb(203,60,42); }
td.TdClassName
{
border-color: #CB3C2A;
}
.TagClassName
{
border-color: #CB3C2A;
}
</style>