Shades of Brick Red #CD284A
Tints of Brick Red #CD284A
RGB
CMYK
RGB Variations
Color information
#CD284A (or 0xCD284A) is known color: Brick Red. HEX triplet: CD, 28 and 4A. RGB value is (205,40,74). Sum of RGB (Red+Green+Blue) = 205+40+74=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD284A is #32D7B5. Grayscale: #5D5D5D. Windows color (decimal): -3332022 or 4860109. OLE color: 4860109.
HSL color Cylindrical-coordinate representation of color #CD284A: hue angle of 347.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD284A is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 74 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.20 |
| HSL | 347.64º | 0.67% | 0.48% | - |
| HSV(B) | 347.64º | 0.8% | 0.8% | - |
| XYZ | 27.17 | 14.99 | 7.94 | - |
| YUV | 93.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 74 | 0 | 0.80 | 0.64 | 0.20 | 347.64 | 0.67 | 0.48 |
| Hex | CD | 28 | 4A | 0 | 50 | 40 | 14 | 15C | 43 | 30 |
| Octal | 315 | 50 | 112 | 0 | 120 | 100 | 24 | 534 | 103 | 60 |
| Binary | 11001101 | 101000 | 1001010 | 0 | 1010000 | 1000000 | 10100 | 101011100 | 1000011 | 110000 |
Color Harmonies of #CD284A
Complementary color
Monochromatic Colors of #CD284A
Black with #CD284A
Text Example
Text Example
White with #CD284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD284A; }
p { color: rgb(205,40,74); }
H1.HeaderClassName
{
color: #CD284A;
}
.AnyTagClassName
{
color: #CD284A;
}
</style>
background-color css
<style>
a { background-color: #CD284A; }
a { background-color: rgb(205,40,74); }
div.DivClassName
{
background-color: #CD284A;
}
.BgClassName
{
background-color: #CD284A;
}
</style>
border-color css
<style>
span { border-color: #CD284A; }
span { border-color: rgb(205,40,74); }
td.TdClassName
{
border-color: #CD284A;
}
.TagClassName
{
border-color: #CD284A;
}
</style>