Shades of Brick Red #D3254B
Tints of Brick Red #D3254B
RGB
CMYK
RGB Variations
Color information
#D3254B (or 0xD3254B) is known color: Brick Red. HEX triplet: D3, 25 and 4B. RGB value is (211,37,75). Sum of RGB (Red+Green+Blue) = 211+37+75=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3254B is #2CDAB4. Grayscale: #5D5D5D. Windows color (decimal): -2939573 or 4924883. OLE color: 4924883.
HSL color Cylindrical-coordinate representation of color #D3254B: hue angle of 346.9º degrees, saturation: 0.7, 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 #D3254B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 75 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.17 |
| HSL | 346.9º | 0.7% | 0.49% | - |
| HSV(B) | 346.9º | 0.82% | 0.83% | - |
| XYZ | 28.8 | 15.68 | 8.17 | - |
| YUV | 93.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 75 | 0 | 0.82 | 0.64 | 0.17 | 346.9 | 0.7 | 0.49 |
| Hex | D3 | 25 | 4B | 0 | 52 | 40 | 11 | 15B | 46 | 31 |
| Octal | 323 | 45 | 113 | 0 | 122 | 100 | 21 | 533 | 106 | 61 |
| Binary | 11010011 | 100101 | 1001011 | 0 | 1010010 | 1000000 | 10001 | 101011011 | 1000110 | 110001 |
Color Harmonies of #D3254B
Complementary color
Monochromatic Colors of #D3254B
Black with #D3254B
Text Example
Text Example
White with #D3254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3254B; }
p { color: rgb(211,37,75); }
H1.HeaderClassName
{
color: #D3254B;
}
.AnyTagClassName
{
color: #D3254B;
}
</style>
background-color css
<style>
a { background-color: #D3254B; }
a { background-color: rgb(211,37,75); }
div.DivClassName
{
background-color: #D3254B;
}
.BgClassName
{
background-color: #D3254B;
}
</style>
border-color css
<style>
span { border-color: #D3254B; }
span { border-color: rgb(211,37,75); }
td.TdClassName
{
border-color: #D3254B;
}
.TagClassName
{
border-color: #D3254B;
}
</style>