Shades of Brick Red #CB253E
Tints of Brick Red #CB253E
RGB
CMYK
RGB Variations
Color information
#CB253E (or 0xCB253E) is known color: Brick Red. HEX triplet: CB, 25 and 3E. RGB value is (203,37,62). Sum of RGB (Red+Green+Blue) = 203+37+62=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB253E is #34DAC1. Grayscale: #595959. Windows color (decimal): -3463874 or 4072907. OLE color: 4072907.
HSL color Cylindrical-coordinate representation of color #CB253E: hue angle of 350.96º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB253E is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 62 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.20 |
| HSL | 350.96º | 0.69% | 0.47% | - |
| HSV(B) | 350.96º | 0.82% | 0.8% | - |
| XYZ | 26.16 | 14.37 | 5.95 | - |
| YUV | 89.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 62 | 0 | 0.82 | 0.69 | 0.20 | 350.96 | 0.69 | 0.47 |
| Hex | CB | 25 | 3E | 0 | 52 | 45 | 14 | 15F | 45 | 2F |
| Octal | 313 | 45 | 76 | 0 | 122 | 105 | 24 | 537 | 105 | 57 |
| Binary | 11001011 | 100101 | 111110 | 0 | 1010010 | 1000101 | 10100 | 101011111 | 1000101 | 101111 |
Color Harmonies of #CB253E
Complementary color
Monochromatic Colors of #CB253E
Black with #CB253E
Text Example
Text Example
White with #CB253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB253E; }
p { color: rgb(203,37,62); }
H1.HeaderClassName
{
color: #CB253E;
}
.AnyTagClassName
{
color: #CB253E;
}
</style>
background-color css
<style>
a { background-color: #CB253E; }
a { background-color: rgb(203,37,62); }
div.DivClassName
{
background-color: #CB253E;
}
.BgClassName
{
background-color: #CB253E;
}
</style>
border-color css
<style>
span { border-color: #CB253E; }
span { border-color: rgb(203,37,62); }
td.TdClassName
{
border-color: #CB253E;
}
.TagClassName
{
border-color: #CB253E;
}
</style>