Shades of Persian Red #CB3A30
Tints of Persian Red #CB3A30
RGB
CMYK
RGB Variations
Color information
#CB3A30 (or 0xCB3A30) is known color: Persian Red. HEX triplet: CB, 3A and 30. RGB value is (203,58,48). Sum of RGB (Red+Green+Blue) = 203+58+48=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A30 is #34C5CF. Grayscale: #646464. Windows color (decimal): -3458512 or 3160779. OLE color: 3160779.
HSL color Cylindrical-coordinate representation of color #CB3A30: hue angle of 3.87º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3A30 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 48 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.20 |
| HSL | 3.87º | 0.62% | 0.49% | - |
| HSV(B) | 3.87º | 0.76% | 0.8% | - |
| XYZ | 26.68 | 15.94 | 4.47 | - |
| YUV | 100.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 48 | 0 | 0.71 | 0.76 | 0.20 | 3.87 | 0.62 | 0.49 |
| Hex | CB | 3A | 30 | 0 | 47 | 4C | 14 | 4 | 3E | 31 |
| Octal | 313 | 72 | 60 | 0 | 107 | 114 | 24 | 4 | 76 | 61 |
| Binary | 11001011 | 111010 | 110000 | 0 | 1000111 | 1001100 | 10100 | 100 | 111110 | 110001 |
Color Harmonies of #CB3A30
Complementary color
Monochromatic Colors of #CB3A30
Black with #CB3A30
Text Example
Text Example
White with #CB3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A30; }
p { color: rgb(203,58,48); }
H1.HeaderClassName
{
color: #CB3A30;
}
.AnyTagClassName
{
color: #CB3A30;
}
</style>
background-color css
<style>
a { background-color: #CB3A30; }
a { background-color: rgb(203,58,48); }
div.DivClassName
{
background-color: #CB3A30;
}
.BgClassName
{
background-color: #CB3A30;
}
</style>
border-color css
<style>
span { border-color: #CB3A30; }
span { border-color: rgb(203,58,48); }
td.TdClassName
{
border-color: #CB3A30;
}
.TagClassName
{
border-color: #CB3A30;
}
</style>