Shades of Persian Red #CB3E30
Tints of Persian Red #CB3E30
RGB
CMYK
RGB Variations
Color information
#CB3E30 (or 0xCB3E30) is known color: Persian Red. HEX triplet: CB, 3E and 30. RGB value is (203,62,48). Sum of RGB (Red+Green+Blue) = 203+62+48=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E30 is #34C1CF. Grayscale: #666666. Windows color (decimal): -3457488 or 3161803. OLE color: 3161803.
HSL color Cylindrical-coordinate representation of color #CB3E30: hue angle of 5.42º 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 #CB3E30 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 48 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.20 |
| HSL | 5.42º | 0.62% | 0.49% | - |
| HSV(B) | 5.42º | 0.76% | 0.8% | - |
| XYZ | 26.88 | 16.36 | 4.54 | - |
| YUV | 102.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 48 | 0 | 0.69 | 0.76 | 0.20 | 5.42 | 0.62 | 0.49 |
| Hex | CB | 3E | 30 | 0 | 45 | 4C | 14 | 5 | 3E | 31 |
| Octal | 313 | 76 | 60 | 0 | 105 | 114 | 24 | 5 | 76 | 61 |
| Binary | 11001011 | 111110 | 110000 | 0 | 1000101 | 1001100 | 10100 | 101 | 111110 | 110001 |
Color Harmonies of #CB3E30
Complementary color
Monochromatic Colors of #CB3E30
Black with #CB3E30
Text Example
Text Example
White with #CB3E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E30; }
p { color: rgb(203,62,48); }
H1.HeaderClassName
{
color: #CB3E30;
}
.AnyTagClassName
{
color: #CB3E30;
}
</style>
background-color css
<style>
a { background-color: #CB3E30; }
a { background-color: rgb(203,62,48); }
div.DivClassName
{
background-color: #CB3E30;
}
.BgClassName
{
background-color: #CB3E30;
}
</style>
border-color css
<style>
span { border-color: #CB3E30; }
span { border-color: rgb(203,62,48); }
td.TdClassName
{
border-color: #CB3E30;
}
.TagClassName
{
border-color: #CB3E30;
}
</style>