Shades of Brick Red #CD2E3C
Tints of Brick Red #CD2E3C
RGB
CMYK
RGB Variations
Color information
#CD2E3C (or 0xCD2E3C) is known color: Brick Red. HEX triplet: CD, 2E and 3C. RGB value is (205,46,60). Sum of RGB (Red+Green+Blue) = 205+46+60=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2E3C is #32D1C3. Grayscale: #5F5F5F. Windows color (decimal): -3330500 or 3944141. OLE color: 3944141.
HSL color Cylindrical-coordinate representation of color #CD2E3C: hue angle of 354.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2E3C is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 60 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.20 |
| HSL | 354.72º | 0.63% | 0.49% | - |
| HSV(B) | 354.72º | 0.78% | 0.8% | - |
| XYZ | 26.97 | 15.26 | 5.8 | - |
| YUV | 95.14 | 108.18 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 60 | 0 | 0.78 | 0.71 | 0.20 | 354.72 | 0.63 | 0.49 |
| Hex | CD | 2E | 3C | 0 | 4E | 47 | 14 | 163 | 3F | 31 |
| Octal | 315 | 56 | 74 | 0 | 116 | 107 | 24 | 543 | 77 | 61 |
| Binary | 11001101 | 101110 | 111100 | 0 | 1001110 | 1000111 | 10100 | 101100011 | 111111 | 110001 |
Color Harmonies of #CD2E3C
Complementary color
Monochromatic Colors of #CD2E3C
Black with #CD2E3C
Text Example
Text Example
White with #CD2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2E3C; }
p { color: rgb(205,46,60); }
H1.HeaderClassName
{
color: #CD2E3C;
}
.AnyTagClassName
{
color: #CD2E3C;
}
</style>
background-color css
<style>
a { background-color: #CD2E3C; }
a { background-color: rgb(205,46,60); }
div.DivClassName
{
background-color: #CD2E3C;
}
.BgClassName
{
background-color: #CD2E3C;
}
</style>
border-color css
<style>
span { border-color: #CD2E3C; }
span { border-color: rgb(205,46,60); }
td.TdClassName
{
border-color: #CD2E3C;
}
.TagClassName
{
border-color: #CD2E3C;
}
</style>