Shades of Brick Red #D43E4B
Tints of Brick Red #D43E4B
RGB
CMYK
RGB Variations
Color information
#D43E4B (or 0xD43E4B) is known color: Brick Red. HEX triplet: D4, 3E and 4B. RGB value is (212,62,75). Sum of RGB (Red+Green+Blue) = 212+62+75=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43E4B is #2BC1B4. Grayscale: #6C6C6C. Windows color (decimal): -2867637 or 4931284. OLE color: 4931284.
HSL color Cylindrical-coordinate representation of color #D43E4B: hue angle of 354.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43E4B is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 75 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.17 |
| HSL | 354.8º | 0.64% | 0.54% | - |
| HSV(B) | 354.8º | 0.71% | 0.83% | - |
| XYZ | 30.14 | 17.95 | 8.53 | - |
| YUV | 108.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 75 | 0 | 0.71 | 0.65 | 0.17 | 354.8 | 0.64 | 0.54 |
| Hex | D4 | 3E | 4B | 0 | 47 | 41 | 11 | 163 | 40 | 36 |
| Octal | 324 | 76 | 113 | 0 | 107 | 101 | 21 | 543 | 100 | 66 |
| Binary | 11010100 | 111110 | 1001011 | 0 | 1000111 | 1000001 | 10001 | 101100011 | 1000000 | 110110 |
Color Harmonies of #D43E4B
Complementary color
Monochromatic Colors of #D43E4B
Black with #D43E4B
Text Example
Text Example
White with #D43E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43E4B; }
p { color: rgb(212,62,75); }
H1.HeaderClassName
{
color: #D43E4B;
}
.AnyTagClassName
{
color: #D43E4B;
}
</style>
background-color css
<style>
a { background-color: #D43E4B; }
a { background-color: rgb(212,62,75); }
div.DivClassName
{
background-color: #D43E4B;
}
.BgClassName
{
background-color: #D43E4B;
}
</style>
border-color css
<style>
span { border-color: #D43E4B; }
span { border-color: rgb(212,62,75); }
td.TdClassName
{
border-color: #D43E4B;
}
.TagClassName
{
border-color: #D43E4B;
}
</style>