Shades of Brick Red #CD384D
Tints of Brick Red #CD384D
RGB
CMYK
RGB Variations
Color information
#CD384D (or 0xCD384D) is known color: Brick Red. HEX triplet: CD, 38 and 4D. RGB value is (205,56,77). Sum of RGB (Red+Green+Blue) = 205+56+77=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD384D is #32C7B2. Grayscale: #676767. Windows color (decimal): -3327923 or 5060813. OLE color: 5060813.
HSL color Cylindrical-coordinate representation of color #CD384D: hue angle of 351.54º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD384D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 77 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.20 |
| HSL | 351.54º | 0.6% | 0.51% | - |
| HSV(B) | 351.54º | 0.73% | 0.8% | - |
| XYZ | 27.93 | 16.34 | 8.7 | - |
| YUV | 102.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 77 | 0 | 0.73 | 0.62 | 0.20 | 351.54 | 0.6 | 0.51 |
| Hex | CD | 38 | 4D | 0 | 49 | 3E | 14 | 160 | 3C | 33 |
| Octal | 315 | 70 | 115 | 0 | 111 | 76 | 24 | 540 | 74 | 63 |
| Binary | 11001101 | 111000 | 1001101 | 0 | 1001001 | 111110 | 10100 | 101100000 | 111100 | 110011 |
Color Harmonies of #CD384D
Complementary color
Monochromatic Colors of #CD384D
Black with #CD384D
Text Example
Text Example
White with #CD384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD384D; }
p { color: rgb(205,56,77); }
H1.HeaderClassName
{
color: #CD384D;
}
.AnyTagClassName
{
color: #CD384D;
}
</style>
background-color css
<style>
a { background-color: #CD384D; }
a { background-color: rgb(205,56,77); }
div.DivClassName
{
background-color: #CD384D;
}
.BgClassName
{
background-color: #CD384D;
}
</style>
border-color css
<style>
span { border-color: #CD384D; }
span { border-color: rgb(205,56,77); }
td.TdClassName
{
border-color: #CD384D;
}
.TagClassName
{
border-color: #CD384D;
}
</style>