Shades of Brick Red #D4273E
Tints of Brick Red #D4273E
RGB
CMYK
RGB Variations
Color information
#D4273E (or 0xD4273E) is known color: Brick Red. HEX triplet: D4, 27 and 3E. RGB value is (212,39,62). Sum of RGB (Red+Green+Blue) = 212+39+62=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D4273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4273E is #2BD8C1. Grayscale: #5D5D5D. Windows color (decimal): -2873538 or 4073428. OLE color: 4073428.
HSL color Cylindrical-coordinate representation of color #D4273E: hue angle of 352.02º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4273E is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 62 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.17 |
| HSL | 352.02º | 0.69% | 0.49% | - |
| HSV(B) | 352.02º | 0.82% | 0.83% | - |
| XYZ | 28.75 | 15.8 | 6.09 | - |
| YUV | 93.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 62 | 0 | 0.82 | 0.71 | 0.17 | 352.02 | 0.69 | 0.49 |
| Hex | D4 | 27 | 3E | 0 | 52 | 47 | 11 | 160 | 45 | 31 |
| Octal | 324 | 47 | 76 | 0 | 122 | 107 | 21 | 540 | 105 | 61 |
| Binary | 11010100 | 100111 | 111110 | 0 | 1010010 | 1000111 | 10001 | 101100000 | 1000101 | 110001 |
Color Harmonies of #D4273E
Complementary color
Monochromatic Colors of #D4273E
Black with #D4273E
Text Example
Text Example
White with #D4273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4273E; }
p { color: rgb(212,39,62); }
H1.HeaderClassName
{
color: #D4273E;
}
.AnyTagClassName
{
color: #D4273E;
}
</style>
background-color css
<style>
a { background-color: #D4273E; }
a { background-color: rgb(212,39,62); }
div.DivClassName
{
background-color: #D4273E;
}
.BgClassName
{
background-color: #D4273E;
}
</style>
border-color css
<style>
span { border-color: #D4273E; }
span { border-color: rgb(212,39,62); }
td.TdClassName
{
border-color: #D4273E;
}
.TagClassName
{
border-color: #D4273E;
}
</style>