Shades of Brick Red #D4253D
Tints of Brick Red #D4253D
RGB
CMYK
RGB Variations
Color information
#D4253D (or 0xD4253D) is known color: Brick Red. HEX triplet: D4, 25 and 3D. RGB value is (212,37,61). Sum of RGB (Red+Green+Blue) = 212+37+61=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4253D is #2BDAC2. Grayscale: #5C5C5C. Windows color (decimal): -2874051 or 4007380. OLE color: 4007380.
HSL color Cylindrical-coordinate representation of color #D4253D: hue angle of 351.77º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4253D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 61 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.17 |
| HSL | 351.77º | 0.7% | 0.49% | - |
| HSV(B) | 351.77º | 0.83% | 0.83% | - |
| XYZ | 28.66 | 15.66 | 5.93 | - |
| YUV | 92.06 | 110.48 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 61 | 0 | 0.83 | 0.71 | 0.17 | 351.77 | 0.7 | 0.49 |
| Hex | D4 | 25 | 3D | 0 | 53 | 47 | 11 | 160 | 46 | 31 |
| Octal | 324 | 45 | 75 | 0 | 123 | 107 | 21 | 540 | 106 | 61 |
| Binary | 11010100 | 100101 | 111101 | 0 | 1010011 | 1000111 | 10001 | 101100000 | 1000110 | 110001 |
Color Harmonies of #D4253D
Complementary color
Monochromatic Colors of #D4253D
Black with #D4253D
Text Example
Text Example
White with #D4253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4253D; }
p { color: rgb(212,37,61); }
H1.HeaderClassName
{
color: #D4253D;
}
.AnyTagClassName
{
color: #D4253D;
}
</style>
background-color css
<style>
a { background-color: #D4253D; }
a { background-color: rgb(212,37,61); }
div.DivClassName
{
background-color: #D4253D;
}
.BgClassName
{
background-color: #D4253D;
}
</style>
border-color css
<style>
span { border-color: #D4253D; }
span { border-color: rgb(212,37,61); }
td.TdClassName
{
border-color: #D4253D;
}
.TagClassName
{
border-color: #D4253D;
}
</style>