Shades of Brick Red #CB254A
Tints of Brick Red #CB254A
RGB
CMYK
RGB Variations
Color information
#CB254A (or 0xCB254A) is known color: Brick Red. HEX triplet: CB, 25 and 4A. RGB value is (203,37,74). Sum of RGB (Red+Green+Blue) = 203+37+74=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB254A is #34DAB5. Grayscale: #5A5A5A. Windows color (decimal): -3463862 or 4859339. OLE color: 4859339.
HSL color Cylindrical-coordinate representation of color #CB254A: hue angle of 346.63º 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 #CB254A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 74 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.20 |
| HSL | 346.63º | 0.69% | 0.47% | - |
| HSV(B) | 346.63º | 0.82% | 0.8% | - |
| XYZ | 26.53 | 14.51 | 7.88 | - |
| YUV | 90.85 | 118.5 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 74 | 0 | 0.82 | 0.64 | 0.20 | 346.63 | 0.69 | 0.47 |
| Hex | CB | 25 | 4A | 0 | 52 | 40 | 14 | 15B | 45 | 2F |
| Octal | 313 | 45 | 112 | 0 | 122 | 100 | 24 | 533 | 105 | 57 |
| Binary | 11001011 | 100101 | 1001010 | 0 | 1010010 | 1000000 | 10100 | 101011011 | 1000101 | 101111 |
Color Harmonies of #CB254A
Complementary color
Monochromatic Colors of #CB254A
Black with #CB254A
Text Example
Text Example
White with #CB254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB254A; }
p { color: rgb(203,37,74); }
H1.HeaderClassName
{
color: #CB254A;
}
.AnyTagClassName
{
color: #CB254A;
}
</style>
background-color css
<style>
a { background-color: #CB254A; }
a { background-color: rgb(203,37,74); }
div.DivClassName
{
background-color: #CB254A;
}
.BgClassName
{
background-color: #CB254A;
}
</style>
border-color css
<style>
span { border-color: #CB254A; }
span { border-color: rgb(203,37,74); }
td.TdClassName
{
border-color: #CB254A;
}
.TagClassName
{
border-color: #CB254A;
}
</style>