Shades of Brick Red #D2263F
Tints of Brick Red #D2263F
RGB
CMYK
RGB Variations
Color information
#D2263F (or 0xD2263F) is known color: Brick Red. HEX triplet: D2, 26 and 3F. RGB value is (210,38,63). Sum of RGB (Red+Green+Blue) = 210+38+63=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2263F is #2DD9C0. Grayscale: #5C5C5C. Windows color (decimal): -3004865 or 4138706. OLE color: 4138706.
HSL color Cylindrical-coordinate representation of color #D2263F: hue angle of 351.28º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2263F is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 63 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.18 |
| HSL | 351.28º | 0.69% | 0.49% | - |
| HSV(B) | 351.28º | 0.82% | 0.82% | - |
| XYZ | 28.17 | 15.45 | 6.2 | - |
| YUV | 92.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 63 | 0 | 0.82 | 0.70 | 0.18 | 351.28 | 0.69 | 0.49 |
| Hex | D2 | 26 | 3F | 0 | 52 | 46 | 12 | 15F | 45 | 31 |
| Octal | 322 | 46 | 77 | 0 | 122 | 106 | 22 | 537 | 105 | 61 |
| Binary | 11010010 | 100110 | 111111 | 0 | 1010010 | 1000110 | 10010 | 101011111 | 1000101 | 110001 |
Color Harmonies of #D2263F
Complementary color
Monochromatic Colors of #D2263F
Black with #D2263F
Text Example
Text Example
White with #D2263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2263F; }
p { color: rgb(210,38,63); }
H1.HeaderClassName
{
color: #D2263F;
}
.AnyTagClassName
{
color: #D2263F;
}
</style>
background-color css
<style>
a { background-color: #D2263F; }
a { background-color: rgb(210,38,63); }
div.DivClassName
{
background-color: #D2263F;
}
.BgClassName
{
background-color: #D2263F;
}
</style>
border-color css
<style>
span { border-color: #D2263F; }
span { border-color: rgb(210,38,63); }
td.TdClassName
{
border-color: #D2263F;
}
.TagClassName
{
border-color: #D2263F;
}
</style>