Shades of Persian Red #CB3935
Tints of Persian Red #CB3935
RGB
CMYK
RGB Variations
Color information
#CB3935 (or 0xCB3935) is known color: Persian Red. HEX triplet: CB, 39 and 35. RGB value is (203,57,53). Sum of RGB (Red+Green+Blue) = 203+57+53=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3935 is #34C6CA. Grayscale: #646464. Windows color (decimal): -3458763 or 3488203. OLE color: 3488203.
HSL color Cylindrical-coordinate representation of color #CB3935: hue angle of 1.6º 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 #CB3935 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 53 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.20 |
| HSL | 1.6º | 0.59% | 0.5% | - |
| HSV(B) | 1.6º | 0.74% | 0.8% | - |
| XYZ | 26.73 | 15.88 | 5.02 | - |
| YUV | 100.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 53 | 0 | 0.72 | 0.74 | 0.20 | 1.6 | 0.59 | 0.5 |
| Hex | CB | 39 | 35 | 0 | 48 | 4A | 14 | 2 | 3B | 32 |
| Octal | 313 | 71 | 65 | 0 | 110 | 112 | 24 | 2 | 73 | 62 |
| Binary | 11001011 | 111001 | 110101 | 0 | 1001000 | 1001010 | 10100 | 10 | 111011 | 110010 |
Color Harmonies of #CB3935
Complementary color
Monochromatic Colors of #CB3935
Black with #CB3935
Text Example
Text Example
White with #CB3935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3935; }
p { color: rgb(203,57,53); }
H1.HeaderClassName
{
color: #CB3935;
}
.AnyTagClassName
{
color: #CB3935;
}
</style>
background-color css
<style>
a { background-color: #CB3935; }
a { background-color: rgb(203,57,53); }
div.DivClassName
{
background-color: #CB3935;
}
.BgClassName
{
background-color: #CB3935;
}
</style>
border-color css
<style>
span { border-color: #CB3935; }
span { border-color: rgb(203,57,53); }
td.TdClassName
{
border-color: #CB3935;
}
.TagClassName
{
border-color: #CB3935;
}
</style>