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