Shades of Brick Red #D42D3D
Tints of Brick Red #D42D3D
RGB
CMYK
RGB Variations
Color information
#D42D3D (or 0xD42D3D) is known color: Brick Red. HEX triplet: D4, 2D and 3D. RGB value is (212,45,61). Sum of RGB (Red+Green+Blue) = 212+45+61=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42D3D is #2BD2C2. Grayscale: #606060. Windows color (decimal): -2872003 or 4009428. OLE color: 4009428.
HSL color Cylindrical-coordinate representation of color #D42D3D: hue angle of 354.25º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42D3D is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 61 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.17 |
| HSL | 354.25º | 0.66% | 0.5% | - |
| HSV(B) | 354.25º | 0.79% | 0.83% | - |
| XYZ | 28.93 | 16.21 | 6.02 | - |
| YUV | 96.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 61 | 0 | 0.79 | 0.71 | 0.17 | 354.25 | 0.66 | 0.5 |
| Hex | D4 | 2D | 3D | 0 | 4F | 47 | 11 | 162 | 42 | 32 |
| Octal | 324 | 55 | 75 | 0 | 117 | 107 | 21 | 542 | 102 | 62 |
| Binary | 11010100 | 101101 | 111101 | 0 | 1001111 | 1000111 | 10001 | 101100010 | 1000010 | 110010 |
Color Harmonies of #D42D3D
Complementary color
Monochromatic Colors of #D42D3D
Black with #D42D3D
Text Example
Text Example
White with #D42D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42D3D; }
p { color: rgb(212,45,61); }
H1.HeaderClassName
{
color: #D42D3D;
}
.AnyTagClassName
{
color: #D42D3D;
}
</style>
background-color css
<style>
a { background-color: #D42D3D; }
a { background-color: rgb(212,45,61); }
div.DivClassName
{
background-color: #D42D3D;
}
.BgClassName
{
background-color: #D42D3D;
}
</style>
border-color css
<style>
span { border-color: #D42D3D; }
span { border-color: rgb(212,45,61); }
td.TdClassName
{
border-color: #D42D3D;
}
.TagClassName
{
border-color: #D42D3D;
}
</style>