Shades of Persian Red #CB3E2A
Tints of Persian Red #CB3E2A
RGB
CMYK
RGB Variations
Color information
#CB3E2A (or 0xCB3E2A) is known color: Persian Red. HEX triplet: CB, 3E and 2A. RGB value is (203,62,42). Sum of RGB (Red+Green+Blue) = 203+62+42=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E2A is #34C1D5. Grayscale: #666666. Windows color (decimal): -3457494 or 2768587. OLE color: 2768587.
HSL color Cylindrical-coordinate representation of color #CB3E2A: hue angle of 7.45º degrees, saturation: 0.66, 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 #CB3E2A is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 42 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.20 |
| HSL | 7.45º | 0.66% | 0.48% | - |
| HSV(B) | 7.45º | 0.79% | 0.8% | - |
| XYZ | 26.77 | 16.31 | 3.93 | - |
| YUV | 101.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 42 | 0 | 0.69 | 0.79 | 0.20 | 7.45 | 0.66 | 0.48 |
| Hex | CB | 3E | 2A | 0 | 45 | 4F | 14 | 7 | 42 | 30 |
| Octal | 313 | 76 | 52 | 0 | 105 | 117 | 24 | 7 | 102 | 60 |
| Binary | 11001011 | 111110 | 101010 | 0 | 1000101 | 1001111 | 10100 | 111 | 1000010 | 110000 |
Color Harmonies of #CB3E2A
Complementary color
Monochromatic Colors of #CB3E2A
Black with #CB3E2A
Text Example
Text Example
White with #CB3E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E2A; }
p { color: rgb(203,62,42); }
H1.HeaderClassName
{
color: #CB3E2A;
}
.AnyTagClassName
{
color: #CB3E2A;
}
</style>
background-color css
<style>
a { background-color: #CB3E2A; }
a { background-color: rgb(203,62,42); }
div.DivClassName
{
background-color: #CB3E2A;
}
.BgClassName
{
background-color: #CB3E2A;
}
</style>
border-color css
<style>
span { border-color: #CB3E2A; }
span { border-color: rgb(203,62,42); }
td.TdClassName
{
border-color: #CB3E2A;
}
.TagClassName
{
border-color: #CB3E2A;
}
</style>