Shades of Brick Red #D3253C
Tints of Brick Red #D3253C
RGB
CMYK
RGB Variations
Color information
#D3253C (or 0xD3253C) is known color: Brick Red. HEX triplet: D3, 25 and 3C. RGB value is (211,37,60). Sum of RGB (Red+Green+Blue) = 211+37+60=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3253C is #2CDAC3. Grayscale: #5B5B5B. Windows color (decimal): -2939588 or 3941843. OLE color: 3941843.
HSL color Cylindrical-coordinate representation of color #D3253C: hue angle of 352.07º 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 #D3253C is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 60 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.17 |
| HSL | 352.07º | 0.7% | 0.49% | - |
| HSV(B) | 352.07º | 0.82% | 0.83% | - |
| XYZ | 28.34 | 15.5 | 5.77 | - |
| YUV | 91.65 | 110.15 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 60 | 0 | 0.82 | 0.72 | 0.17 | 352.07 | 0.7 | 0.49 |
| Hex | D3 | 25 | 3C | 0 | 52 | 48 | 11 | 160 | 46 | 31 |
| Octal | 323 | 45 | 74 | 0 | 122 | 110 | 21 | 540 | 106 | 61 |
| Binary | 11010011 | 100101 | 111100 | 0 | 1010010 | 1001000 | 10001 | 101100000 | 1000110 | 110001 |
Color Harmonies of #D3253C
Complementary color
Monochromatic Colors of #D3253C
Black with #D3253C
Text Example
Text Example
White with #D3253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3253C; }
p { color: rgb(211,37,60); }
H1.HeaderClassName
{
color: #D3253C;
}
.AnyTagClassName
{
color: #D3253C;
}
</style>
background-color css
<style>
a { background-color: #D3253C; }
a { background-color: rgb(211,37,60); }
div.DivClassName
{
background-color: #D3253C;
}
.BgClassName
{
background-color: #D3253C;
}
</style>
border-color css
<style>
span { border-color: #D3253C; }
span { border-color: rgb(211,37,60); }
td.TdClassName
{
border-color: #D3253C;
}
.TagClassName
{
border-color: #D3253C;
}
</style>