Shades of Brick Red #D3253E
Tints of Brick Red #D3253E
RGB
CMYK
RGB Variations
Color information
#D3253E (or 0xD3253E) is known color: Brick Red. HEX triplet: D3, 25 and 3E. RGB value is (211,37,62). Sum of RGB (Red+Green+Blue) = 211+37+62=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3253E is #2CDAC1. Grayscale: #5B5B5B. Windows color (decimal): -2939586 or 4072915. OLE color: 4072915.
HSL color Cylindrical-coordinate representation of color #D3253E: hue angle of 351.38º 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 #D3253E is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 62 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.17 |
| HSL | 351.38º | 0.7% | 0.49% | - |
| HSV(B) | 351.38º | 0.82% | 0.83% | - |
| XYZ | 28.4 | 15.52 | 6.06 | - |
| YUV | 91.88 | 111.15 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 62 | 0 | 0.82 | 0.71 | 0.17 | 351.38 | 0.7 | 0.49 |
| Hex | D3 | 25 | 3E | 0 | 52 | 47 | 11 | 15F | 46 | 31 |
| Octal | 323 | 45 | 76 | 0 | 122 | 107 | 21 | 537 | 106 | 61 |
| Binary | 11010011 | 100101 | 111110 | 0 | 1010010 | 1000111 | 10001 | 101011111 | 1000110 | 110001 |
Color Harmonies of #D3253E
Complementary color
Monochromatic Colors of #D3253E
Black with #D3253E
Text Example
Text Example
White with #D3253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3253E; }
p { color: rgb(211,37,62); }
H1.HeaderClassName
{
color: #D3253E;
}
.AnyTagClassName
{
color: #D3253E;
}
</style>
background-color css
<style>
a { background-color: #D3253E; }
a { background-color: rgb(211,37,62); }
div.DivClassName
{
background-color: #D3253E;
}
.BgClassName
{
background-color: #D3253E;
}
</style>
border-color css
<style>
span { border-color: #D3253E; }
span { border-color: rgb(211,37,62); }
td.TdClassName
{
border-color: #D3253E;
}
.TagClassName
{
border-color: #D3253E;
}
</style>