Shades of Brick Red #D2254B
Tints of Brick Red #D2254B
RGB
CMYK
RGB Variations
Color information
#D2254B (or 0xD2254B) is known color: Brick Red. HEX triplet: D2, 25 and 4B. RGB value is (210,37,75). Sum of RGB (Red+Green+Blue) = 210+37+75=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2254B is #2DDAB4. Grayscale: #5D5D5D. Windows color (decimal): -3005109 or 4924882. OLE color: 4924882.
HSL color Cylindrical-coordinate representation of color #D2254B: hue angle of 346.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2254B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 75 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.18 |
| HSL | 346.82º | 0.7% | 0.48% | - |
| HSV(B) | 346.82º | 0.82% | 0.82% | - |
| XYZ | 28.51 | 15.53 | 8.15 | - |
| YUV | 93.06 | 117.81 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 75 | 0 | 0.82 | 0.64 | 0.18 | 346.82 | 0.7 | 0.48 |
| Hex | D2 | 25 | 4B | 0 | 52 | 40 | 12 | 15B | 46 | 30 |
| Octal | 322 | 45 | 113 | 0 | 122 | 100 | 22 | 533 | 106 | 60 |
| Binary | 11010010 | 100101 | 1001011 | 0 | 1010010 | 1000000 | 10010 | 101011011 | 1000110 | 110000 |
Color Harmonies of #D2254B
Complementary color
Monochromatic Colors of #D2254B
Black with #D2254B
Text Example
Text Example
White with #D2254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2254B; }
p { color: rgb(210,37,75); }
H1.HeaderClassName
{
color: #D2254B;
}
.AnyTagClassName
{
color: #D2254B;
}
</style>
background-color css
<style>
a { background-color: #D2254B; }
a { background-color: rgb(210,37,75); }
div.DivClassName
{
background-color: #D2254B;
}
.BgClassName
{
background-color: #D2254B;
}
</style>
border-color css
<style>
span { border-color: #D2254B; }
span { border-color: rgb(210,37,75); }
td.TdClassName
{
border-color: #D2254B;
}
.TagClassName
{
border-color: #D2254B;
}
</style>