Shades of Brick Red #D3253F
Tints of Brick Red #D3253F
RGB
CMYK
RGB Variations
Color information
#D3253F (or 0xD3253F) is known color: Brick Red. HEX triplet: D3, 25 and 3F. RGB value is (211,37,63). Sum of RGB (Red+Green+Blue) = 211+37+63=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D3253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3253F is #2CDAC0. Grayscale: #5C5C5C. Windows color (decimal): -2939585 or 4138451. OLE color: 4138451.
HSL color Cylindrical-coordinate representation of color #D3253F: hue angle of 351.03º 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 #D3253F is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 63 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.17 |
| HSL | 351.03º | 0.7% | 0.49% | - |
| HSV(B) | 351.03º | 0.82% | 0.83% | - |
| XYZ | 28.42 | 15.53 | 6.2 | - |
| YUV | 91.99 | 111.65 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 63 | 0 | 0.82 | 0.70 | 0.17 | 351.03 | 0.7 | 0.49 |
| Hex | D3 | 25 | 3F | 0 | 52 | 46 | 11 | 15F | 46 | 31 |
| Octal | 323 | 45 | 77 | 0 | 122 | 106 | 21 | 537 | 106 | 61 |
| Binary | 11010011 | 100101 | 111111 | 0 | 1010010 | 1000110 | 10001 | 101011111 | 1000110 | 110001 |
Color Harmonies of #D3253F
Complementary color
Monochromatic Colors of #D3253F
Black with #D3253F
Text Example
Text Example
White with #D3253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3253F; }
p { color: rgb(211,37,63); }
H1.HeaderClassName
{
color: #D3253F;
}
.AnyTagClassName
{
color: #D3253F;
}
</style>
background-color css
<style>
a { background-color: #D3253F; }
a { background-color: rgb(211,37,63); }
div.DivClassName
{
background-color: #D3253F;
}
.BgClassName
{
background-color: #D3253F;
}
</style>
border-color css
<style>
span { border-color: #D3253F; }
span { border-color: rgb(211,37,63); }
td.TdClassName
{
border-color: #D3253F;
}
.TagClassName
{
border-color: #D3253F;
}
</style>