Shades of Brick Red #D3263F
Tints of Brick Red #D3263F
RGB
CMYK
RGB Variations
Color information
#D3263F (or 0xD3263F) is known color: Brick Red. HEX triplet: D3, 26 and 3F. RGB value is (211,38,63). Sum of RGB (Red+Green+Blue) = 211+38+63=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D3263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3263F is #2CD9C0. Grayscale: #5C5C5C. Windows color (decimal): -2939329 or 4138707. OLE color: 4138707.
HSL color Cylindrical-coordinate representation of color #D3263F: hue angle of 351.33º degrees, saturation: 0.69, 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 #D3263F is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 63 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.17 |
| HSL | 351.33º | 0.69% | 0.49% | - |
| HSV(B) | 351.33º | 0.82% | 0.83% | - |
| XYZ | 28.45 | 15.59 | 6.21 | - |
| YUV | 92.58 | 111.31 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 63 | 0 | 0.82 | 0.70 | 0.17 | 351.33 | 0.69 | 0.49 |
| Hex | D3 | 26 | 3F | 0 | 52 | 46 | 11 | 15F | 45 | 31 |
| Octal | 323 | 46 | 77 | 0 | 122 | 106 | 21 | 537 | 105 | 61 |
| Binary | 11010011 | 100110 | 111111 | 0 | 1010010 | 1000110 | 10001 | 101011111 | 1000101 | 110001 |
Color Harmonies of #D3263F
Complementary color
Monochromatic Colors of #D3263F
Black with #D3263F
Text Example
Text Example
White with #D3263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3263F; }
p { color: rgb(211,38,63); }
H1.HeaderClassName
{
color: #D3263F;
}
.AnyTagClassName
{
color: #D3263F;
}
</style>
background-color css
<style>
a { background-color: #D3263F; }
a { background-color: rgb(211,38,63); }
div.DivClassName
{
background-color: #D3263F;
}
.BgClassName
{
background-color: #D3263F;
}
</style>
border-color css
<style>
span { border-color: #D3263F; }
span { border-color: rgb(211,38,63); }
td.TdClassName
{
border-color: #D3263F;
}
.TagClassName
{
border-color: #D3263F;
}
</style>