Shades of Brick Red #D4364B
Tints of Brick Red #D4364B
RGB
CMYK
RGB Variations
Color information
#D4364B (or 0xD4364B) is known color: Brick Red. HEX triplet: D4, 36 and 4B. RGB value is (212,54,75). Sum of RGB (Red+Green+Blue) = 212+54+75=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4364B is #2BC9B4. Grayscale: #676767. Windows color (decimal): -2869685 or 4929236. OLE color: 4929236.
HSL color Cylindrical-coordinate representation of color #D4364B: hue angle of 352.03º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4364B is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 75 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.17 |
| HSL | 352.03º | 0.65% | 0.52% | - |
| HSV(B) | 352.03º | 0.75% | 0.83% | - |
| XYZ | 29.74 | 17.14 | 8.4 | - |
| YUV | 103.64 | 111.85 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 75 | 0 | 0.75 | 0.65 | 0.17 | 352.03 | 0.65 | 0.52 |
| Hex | D4 | 36 | 4B | 0 | 4B | 41 | 11 | 160 | 41 | 34 |
| Octal | 324 | 66 | 113 | 0 | 113 | 101 | 21 | 540 | 101 | 64 |
| Binary | 11010100 | 110110 | 1001011 | 0 | 1001011 | 1000001 | 10001 | 101100000 | 1000001 | 110100 |
Color Harmonies of #D4364B
Complementary color
Monochromatic Colors of #D4364B
Black with #D4364B
Text Example
Text Example
White with #D4364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4364B; }
p { color: rgb(212,54,75); }
H1.HeaderClassName
{
color: #D4364B;
}
.AnyTagClassName
{
color: #D4364B;
}
</style>
background-color css
<style>
a { background-color: #D4364B; }
a { background-color: rgb(212,54,75); }
div.DivClassName
{
background-color: #D4364B;
}
.BgClassName
{
background-color: #D4364B;
}
</style>
border-color css
<style>
span { border-color: #D4364B; }
span { border-color: rgb(212,54,75); }
td.TdClassName
{
border-color: #D4364B;
}
.TagClassName
{
border-color: #D4364B;
}
</style>