Shades of Brick Red #CD3844
Tints of Brick Red #CD3844
RGB
CMYK
RGB Variations
Color information
#CD3844 (or 0xCD3844) is known color: Brick Red. HEX triplet: CD, 38 and 44. RGB value is (205,56,68). Sum of RGB (Red+Green+Blue) = 205+56+68=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3844 is #32C7BB. Grayscale: #666666. Windows color (decimal): -3327932 or 4470989. OLE color: 4470989.
HSL color Cylindrical-coordinate representation of color #CD3844: hue angle of 355.17º 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 #CD3844 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 68 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.20 |
| HSL | 355.17º | 0.6% | 0.51% | - |
| HSV(B) | 355.17º | 0.73% | 0.8% | - |
| XYZ | 27.63 | 16.22 | 7.14 | - |
| YUV | 101.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 68 | 0 | 0.73 | 0.67 | 0.20 | 355.17 | 0.6 | 0.51 |
| Hex | CD | 38 | 44 | 0 | 49 | 43 | 14 | 163 | 3C | 33 |
| Octal | 315 | 70 | 104 | 0 | 111 | 103 | 24 | 543 | 74 | 63 |
| Binary | 11001101 | 111000 | 1000100 | 0 | 1001001 | 1000011 | 10100 | 101100011 | 111100 | 110011 |
Color Harmonies of #CD3844
Complementary color
Monochromatic Colors of #CD3844
Black with #CD3844
Text Example
Text Example
White with #CD3844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3844; }
p { color: rgb(205,56,68); }
H1.HeaderClassName
{
color: #CD3844;
}
.AnyTagClassName
{
color: #CD3844;
}
</style>
background-color css
<style>
a { background-color: #CD3844; }
a { background-color: rgb(205,56,68); }
div.DivClassName
{
background-color: #CD3844;
}
.BgClassName
{
background-color: #CD3844;
}
</style>
border-color css
<style>
span { border-color: #CD3844; }
span { border-color: rgb(205,56,68); }
td.TdClassName
{
border-color: #CD3844;
}
.TagClassName
{
border-color: #CD3844;
}
</style>