Shades of Brick Red #CD304A
Tints of Brick Red #CD304A
RGB
CMYK
RGB Variations
Color information
#CD304A (or 0xCD304A) is known color: Brick Red. HEX triplet: CD, 30 and 4A. RGB value is (205,48,74). Sum of RGB (Red+Green+Blue) = 205+48+74=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD304A is #32CFB5. Grayscale: #616161. Windows color (decimal): -3329974 or 4862157. OLE color: 4862157.
HSL color Cylindrical-coordinate representation of color #CD304A: hue angle of 350.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD304A is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 74 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.20 |
| HSL | 350.06º | 0.62% | 0.5% | - |
| HSV(B) | 350.06º | 0.77% | 0.8% | - |
| XYZ | 27.47 | 15.59 | 8.04 | - |
| YUV | 97.91 | 114.51 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 74 | 0 | 0.77 | 0.64 | 0.20 | 350.06 | 0.62 | 0.5 |
| Hex | CD | 30 | 4A | 0 | 4D | 40 | 14 | 15E | 3E | 32 |
| Octal | 315 | 60 | 112 | 0 | 115 | 100 | 24 | 536 | 76 | 62 |
| Binary | 11001101 | 110000 | 1001010 | 0 | 1001101 | 1000000 | 10100 | 101011110 | 111110 | 110010 |
Color Harmonies of #CD304A
Complementary color
Monochromatic Colors of #CD304A
Black with #CD304A
Text Example
Text Example
White with #CD304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD304A; }
p { color: rgb(205,48,74); }
H1.HeaderClassName
{
color: #CD304A;
}
.AnyTagClassName
{
color: #CD304A;
}
</style>
background-color css
<style>
a { background-color: #CD304A; }
a { background-color: rgb(205,48,74); }
div.DivClassName
{
background-color: #CD304A;
}
.BgClassName
{
background-color: #CD304A;
}
</style>
border-color css
<style>
span { border-color: #CD304A; }
span { border-color: rgb(205,48,74); }
td.TdClassName
{
border-color: #CD304A;
}
.TagClassName
{
border-color: #CD304A;
}
</style>