Shades of Brick Red #CD374D
Tints of Brick Red #CD374D
RGB
CMYK
RGB Variations
Color information
#CD374D (or 0xCD374D) is known color: Brick Red. HEX triplet: CD, 37 and 4D. RGB value is (205,55,77). Sum of RGB (Red+Green+Blue) = 205+55+77=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD374D is #32C8B2. Grayscale: #666666. Windows color (decimal): -3328179 or 5060557. OLE color: 5060557.
HSL color Cylindrical-coordinate representation of color #CD374D: hue angle of 351.2º 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 #CD374D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 77 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.20 |
| HSL | 351.2º | 0.6% | 0.51% | - |
| HSV(B) | 351.2º | 0.73% | 0.8% | - |
| XYZ | 27.88 | 16.25 | 8.69 | - |
| YUV | 102.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 77 | 0 | 0.73 | 0.62 | 0.20 | 351.2 | 0.6 | 0.51 |
| Hex | CD | 37 | 4D | 0 | 49 | 3E | 14 | 15F | 3C | 33 |
| Octal | 315 | 67 | 115 | 0 | 111 | 76 | 24 | 537 | 74 | 63 |
| Binary | 11001101 | 110111 | 1001101 | 0 | 1001001 | 111110 | 10100 | 101011111 | 111100 | 110011 |
Color Harmonies of #CD374D
Complementary color
Monochromatic Colors of #CD374D
Black with #CD374D
Text Example
Text Example
White with #CD374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD374D; }
p { color: rgb(205,55,77); }
H1.HeaderClassName
{
color: #CD374D;
}
.AnyTagClassName
{
color: #CD374D;
}
</style>
background-color css
<style>
a { background-color: #CD374D; }
a { background-color: rgb(205,55,77); }
div.DivClassName
{
background-color: #CD374D;
}
.BgClassName
{
background-color: #CD374D;
}
</style>
border-color css
<style>
span { border-color: #CD374D; }
span { border-color: rgb(205,55,77); }
td.TdClassName
{
border-color: #CD374D;
}
.TagClassName
{
border-color: #CD374D;
}
</style>