Shades of Persian Red #CB352E
Tints of Persian Red #CB352E
RGB
CMYK
RGB Variations
Color information
#CB352E (or 0xCB352E) is known color: Persian Red. HEX triplet: CB, 35 and 2E. RGB value is (203,53,46). Sum of RGB (Red+Green+Blue) = 203+53+46=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB352E is #34CAD1. Grayscale: #616161. Windows color (decimal): -3459794 or 3028427. OLE color: 3028427.
HSL color Cylindrical-coordinate representation of color #CB352E: hue angle of 2.68º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB352E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 46 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.20 |
| HSL | 2.68º | 0.63% | 0.49% | - |
| HSV(B) | 2.68º | 0.77% | 0.8% | - |
| XYZ | 26.39 | 15.44 | 4.17 | - |
| YUV | 97.05 | 99.2 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 46 | 0 | 0.74 | 0.77 | 0.20 | 2.68 | 0.63 | 0.49 |
| Hex | CB | 35 | 2E | 0 | 4A | 4D | 14 | 3 | 3F | 31 |
| Octal | 313 | 65 | 56 | 0 | 112 | 115 | 24 | 3 | 77 | 61 |
| Binary | 11001011 | 110101 | 101110 | 0 | 1001010 | 1001101 | 10100 | 11 | 111111 | 110001 |
Color Harmonies of #CB352E
Complementary color
Monochromatic Colors of #CB352E
Black with #CB352E
Text Example
Text Example
White with #CB352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB352E; }
p { color: rgb(203,53,46); }
H1.HeaderClassName
{
color: #CB352E;
}
.AnyTagClassName
{
color: #CB352E;
}
</style>
background-color css
<style>
a { background-color: #CB352E; }
a { background-color: rgb(203,53,46); }
div.DivClassName
{
background-color: #CB352E;
}
.BgClassName
{
background-color: #CB352E;
}
</style>
border-color css
<style>
span { border-color: #CB352E; }
span { border-color: rgb(203,53,46); }
td.TdClassName
{
border-color: #CB352E;
}
.TagClassName
{
border-color: #CB352E;
}
</style>