Shades of Brick Red #D2253D
Tints of Brick Red #D2253D
RGB
CMYK
RGB Variations
Color information
#D2253D (or 0xD2253D) is known color: Brick Red. HEX triplet: D2, 25 and 3D. RGB value is (210,37,61). Sum of RGB (Red+Green+Blue) = 210+37+61=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2253D is #2DDAC2. Grayscale: #5B5B5B. Windows color (decimal): -3005123 or 4007378. OLE color: 4007378.
HSL color Cylindrical-coordinate representation of color #D2253D: hue angle of 351.68º 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 #D2253D is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 61 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.18 |
| HSL | 351.68º | 0.7% | 0.48% | - |
| HSV(B) | 351.68º | 0.82% | 0.82% | - |
| XYZ | 28.08 | 15.36 | 5.9 | - |
| YUV | 91.46 | 110.81 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 61 | 0 | 0.82 | 0.71 | 0.18 | 351.68 | 0.7 | 0.48 |
| Hex | D2 | 25 | 3D | 0 | 52 | 47 | 12 | 160 | 46 | 30 |
| Octal | 322 | 45 | 75 | 0 | 122 | 107 | 22 | 540 | 106 | 60 |
| Binary | 11010010 | 100101 | 111101 | 0 | 1010010 | 1000111 | 10010 | 101100000 | 1000110 | 110000 |
Color Harmonies of #D2253D
Complementary color
Monochromatic Colors of #D2253D
Black with #D2253D
Text Example
Text Example
White with #D2253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2253D; }
p { color: rgb(210,37,61); }
H1.HeaderClassName
{
color: #D2253D;
}
.AnyTagClassName
{
color: #D2253D;
}
</style>
background-color css
<style>
a { background-color: #D2253D; }
a { background-color: rgb(210,37,61); }
div.DivClassName
{
background-color: #D2253D;
}
.BgClassName
{
background-color: #D2253D;
}
</style>
border-color css
<style>
span { border-color: #D2253D; }
span { border-color: rgb(210,37,61); }
td.TdClassName
{
border-color: #D2253D;
}
.TagClassName
{
border-color: #D2253D;
}
</style>