Shades of Persian Red #CB3535
Tints of Persian Red #CB3535
RGB
CMYK
RGB Variations
Color information
#CB3535 (or 0xCB3535) is known color: Persian Red. HEX triplet: CB, 35 and 35. RGB value is (203,53,53). Sum of RGB (Red+Green+Blue) = 203+53+53=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3535 is #34CACA. Grayscale: #626262. Windows color (decimal): -3459787 or 3487179. OLE color: 3487179.
HSL color Cylindrical-coordinate representation of color #CB3535: hue angle of 0º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3535 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 53 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.20 |
| HSL | 0º | 0.59% | 0.5% | - |
| HSV(B) | 0º | 0.74% | 0.8% | - |
| XYZ | 26.54 | 15.5 | 4.96 | - |
| YUV | 97.85 | 102.7 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 53 | 0 | 0.74 | 0.74 | 0.20 | 0 | 0.59 | 0.5 |
| Hex | CB | 35 | 35 | 0 | 4A | 4A | 14 | 0 | 3B | 32 |
| Octal | 313 | 65 | 65 | 0 | 112 | 112 | 24 | 0 | 73 | 62 |
| Binary | 11001011 | 110101 | 110101 | 0 | 1001010 | 1001010 | 10100 | 0 | 111011 | 110010 |
Color Harmonies of #CB3535
Complementary color
Monochromatic Colors of #CB3535
Black with #CB3535
Text Example
Text Example
White with #CB3535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3535; }
p { color: rgb(203,53,53); }
H1.HeaderClassName
{
color: #CB3535;
}
.AnyTagClassName
{
color: #CB3535;
}
</style>
background-color css
<style>
a { background-color: #CB3535; }
a { background-color: rgb(203,53,53); }
div.DivClassName
{
background-color: #CB3535;
}
.BgClassName
{
background-color: #CB3535;
}
</style>
border-color css
<style>
span { border-color: #CB3535; }
span { border-color: rgb(203,53,53); }
td.TdClassName
{
border-color: #CB3535;
}
.TagClassName
{
border-color: #CB3535;
}
</style>