Shades of Persian Red #CB3E2D
Tints of Persian Red #CB3E2D
RGB
CMYK
RGB Variations
Color information
#CB3E2D (or 0xCB3E2D) is known color: Persian Red. HEX triplet: CB, 3E and 2D. RGB value is (203,62,45). Sum of RGB (Red+Green+Blue) = 203+62+45=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E2D is #34C1D2. Grayscale: #666666. Windows color (decimal): -3457491 or 2965195. OLE color: 2965195.
HSL color Cylindrical-coordinate representation of color #CB3E2D: hue angle of 6.46º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB3E2D is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 45 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.20 |
| HSL | 6.46º | 0.64% | 0.49% | - |
| HSV(B) | 6.46º | 0.78% | 0.8% | - |
| XYZ | 26.82 | 16.33 | 4.22 | - |
| YUV | 102.22 | 95.71 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 45 | 0 | 0.69 | 0.78 | 0.20 | 6.46 | 0.64 | 0.49 |
| Hex | CB | 3E | 2D | 0 | 45 | 4E | 14 | 6 | 40 | 31 |
| Octal | 313 | 76 | 55 | 0 | 105 | 116 | 24 | 6 | 100 | 61 |
| Binary | 11001011 | 111110 | 101101 | 0 | 1000101 | 1001110 | 10100 | 110 | 1000000 | 110001 |
Color Harmonies of #CB3E2D
Complementary color
Monochromatic Colors of #CB3E2D
Black with #CB3E2D
Text Example
Text Example
White with #CB3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E2D; }
p { color: rgb(203,62,45); }
H1.HeaderClassName
{
color: #CB3E2D;
}
.AnyTagClassName
{
color: #CB3E2D;
}
</style>
background-color css
<style>
a { background-color: #CB3E2D; }
a { background-color: rgb(203,62,45); }
div.DivClassName
{
background-color: #CB3E2D;
}
.BgClassName
{
background-color: #CB3E2D;
}
</style>
border-color css
<style>
span { border-color: #CB3E2D; }
span { border-color: rgb(203,62,45); }
td.TdClassName
{
border-color: #CB3E2D;
}
.TagClassName
{
border-color: #CB3E2D;
}
</style>