Shades of Persian Red #CB3E2B
Tints of Persian Red #CB3E2B
RGB
CMYK
RGB Variations
Color information
#CB3E2B (or 0xCB3E2B) is known color: Persian Red. HEX triplet: CB, 3E and 2B. RGB value is (203,62,43). Sum of RGB (Red+Green+Blue) = 203+62+43=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E2B is #34C1D4. Grayscale: #666666. Windows color (decimal): -3457493 or 2834123. OLE color: 2834123.
HSL color Cylindrical-coordinate representation of color #CB3E2B: hue angle of 7.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB3E2B is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 43 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.20 |
| HSL | 7.13º | 0.65% | 0.48% | - |
| HSV(B) | 7.13º | 0.79% | 0.8% | - |
| XYZ | 26.79 | 16.32 | 4.02 | - |
| YUV | 101.99 | 94.71 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 43 | 0 | 0.69 | 0.79 | 0.20 | 7.13 | 0.65 | 0.48 |
| Hex | CB | 3E | 2B | 0 | 45 | 4F | 14 | 7 | 41 | 30 |
| Octal | 313 | 76 | 53 | 0 | 105 | 117 | 24 | 7 | 101 | 60 |
| Binary | 11001011 | 111110 | 101011 | 0 | 1000101 | 1001111 | 10100 | 111 | 1000001 | 110000 |
Color Harmonies of #CB3E2B
Complementary color
Monochromatic Colors of #CB3E2B
Black with #CB3E2B
Text Example
Text Example
White with #CB3E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E2B; }
p { color: rgb(203,62,43); }
H1.HeaderClassName
{
color: #CB3E2B;
}
.AnyTagClassName
{
color: #CB3E2B;
}
</style>
background-color css
<style>
a { background-color: #CB3E2B; }
a { background-color: rgb(203,62,43); }
div.DivClassName
{
background-color: #CB3E2B;
}
.BgClassName
{
background-color: #CB3E2B;
}
</style>
border-color css
<style>
span { border-color: #CB3E2B; }
span { border-color: rgb(203,62,43); }
td.TdClassName
{
border-color: #CB3E2B;
}
.TagClassName
{
border-color: #CB3E2B;
}
</style>