Shades of Brick Red #CB273E
Tints of Brick Red #CB273E
RGB
CMYK
RGB Variations
Color information
#CB273E (or 0xCB273E) is known color: Brick Red. HEX triplet: CB, 27 and 3E. RGB value is (203,39,62). Sum of RGB (Red+Green+Blue) = 203+39+62=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB273E is #34D8C1. Grayscale: #5A5A5A. Windows color (decimal): -3463362 or 4073419. OLE color: 4073419.
HSL color Cylindrical-coordinate representation of color #CB273E: hue angle of 351.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB273E is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 62 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.20 |
| HSL | 351.59º | 0.68% | 0.47% | - |
| HSV(B) | 351.59º | 0.81% | 0.8% | - |
| XYZ | 26.22 | 14.5 | 5.97 | - |
| YUV | 90.66 | 111.83 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 62 | 0 | 0.81 | 0.69 | 0.20 | 351.59 | 0.68 | 0.47 |
| Hex | CB | 27 | 3E | 0 | 51 | 45 | 14 | 160 | 44 | 2F |
| Octal | 313 | 47 | 76 | 0 | 121 | 105 | 24 | 540 | 104 | 57 |
| Binary | 11001011 | 100111 | 111110 | 0 | 1010001 | 1000101 | 10100 | 101100000 | 1000100 | 101111 |
Color Harmonies of #CB273E
Complementary color
Monochromatic Colors of #CB273E
Black with #CB273E
Text Example
Text Example
White with #CB273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB273E; }
p { color: rgb(203,39,62); }
H1.HeaderClassName
{
color: #CB273E;
}
.AnyTagClassName
{
color: #CB273E;
}
</style>
background-color css
<style>
a { background-color: #CB273E; }
a { background-color: rgb(203,39,62); }
div.DivClassName
{
background-color: #CB273E;
}
.BgClassName
{
background-color: #CB273E;
}
</style>
border-color css
<style>
span { border-color: #CB273E; }
span { border-color: rgb(203,39,62); }
td.TdClassName
{
border-color: #CB273E;
}
.TagClassName
{
border-color: #CB273E;
}
</style>