Shades of Persian Red #CB3A35
Tints of Persian Red #CB3A35
RGB
CMYK
RGB Variations
Color information
#CB3A35 (or 0xCB3A35) is known color: Persian Red. HEX triplet: CB, 3A and 35. RGB value is (203,58,53). Sum of RGB (Red+Green+Blue) = 203+58+53=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A35 is #34C5CA. Grayscale: #646464. Windows color (decimal): -3458507 or 3488459. OLE color: 3488459.
HSL color Cylindrical-coordinate representation of color #CB3A35: hue angle of 2º 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 #CB3A35 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 53 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.20 |
| HSL | 2º | 0.59% | 0.5% | - |
| HSV(B) | 2º | 0.74% | 0.8% | - |
| XYZ | 26.78 | 15.98 | 5.04 | - |
| YUV | 100.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 53 | 0 | 0.71 | 0.74 | 0.20 | 2 | 0.59 | 0.5 |
| Hex | CB | 3A | 35 | 0 | 47 | 4A | 14 | 2 | 3B | 32 |
| Octal | 313 | 72 | 65 | 0 | 107 | 112 | 24 | 2 | 73 | 62 |
| Binary | 11001011 | 111010 | 110101 | 0 | 1000111 | 1001010 | 10100 | 10 | 111011 | 110010 |
Color Harmonies of #CB3A35
Complementary color
Monochromatic Colors of #CB3A35
Black with #CB3A35
Text Example
Text Example
White with #CB3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A35; }
p { color: rgb(203,58,53); }
H1.HeaderClassName
{
color: #CB3A35;
}
.AnyTagClassName
{
color: #CB3A35;
}
</style>
background-color css
<style>
a { background-color: #CB3A35; }
a { background-color: rgb(203,58,53); }
div.DivClassName
{
background-color: #CB3A35;
}
.BgClassName
{
background-color: #CB3A35;
}
</style>
border-color css
<style>
span { border-color: #CB3A35; }
span { border-color: rgb(203,58,53); }
td.TdClassName
{
border-color: #CB3A35;
}
.TagClassName
{
border-color: #CB3A35;
}
</style>