Shades of Persian Red #CB352C
Tints of Persian Red #CB352C
RGB
CMYK
RGB Variations
Color information
#CB352C (or 0xCB352C) is known color: Persian Red. HEX triplet: CB, 35 and 2C. RGB value is (203,53,44). Sum of RGB (Red+Green+Blue) = 203+53+44=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB352C is #34CAD3. Grayscale: #616161. Windows color (decimal): -3459796 or 2897355. OLE color: 2897355.
HSL color Cylindrical-coordinate representation of color #CB352C: hue angle of 3.4º 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 #CB352C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 44 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.20 |
| HSL | 3.4º | 0.64% | 0.48% | - |
| HSV(B) | 3.4º | 0.78% | 0.8% | - |
| XYZ | 26.36 | 15.42 | 3.97 | - |
| YUV | 96.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 44 | 0 | 0.74 | 0.78 | 0.20 | 3.4 | 0.64 | 0.48 |
| Hex | CB | 35 | 2C | 0 | 4A | 4E | 14 | 3 | 40 | 30 |
| Octal | 313 | 65 | 54 | 0 | 112 | 116 | 24 | 3 | 100 | 60 |
| Binary | 11001011 | 110101 | 101100 | 0 | 1001010 | 1001110 | 10100 | 11 | 1000000 | 110000 |
Color Harmonies of #CB352C
Complementary color
Monochromatic Colors of #CB352C
Black with #CB352C
Text Example
Text Example
White with #CB352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB352C; }
p { color: rgb(203,53,44); }
H1.HeaderClassName
{
color: #CB352C;
}
.AnyTagClassName
{
color: #CB352C;
}
</style>
background-color css
<style>
a { background-color: #CB352C; }
a { background-color: rgb(203,53,44); }
div.DivClassName
{
background-color: #CB352C;
}
.BgClassName
{
background-color: #CB352C;
}
</style>
border-color css
<style>
span { border-color: #CB352C; }
span { border-color: rgb(203,53,44); }
td.TdClassName
{
border-color: #CB352C;
}
.TagClassName
{
border-color: #CB352C;
}
</style>