Shades of Brick Red #D3263B
Tints of Brick Red #D3263B
RGB
CMYK
RGB Variations
Color information
#D3263B (or 0xD3263B) is known color: Brick Red. HEX triplet: D3, 26 and 3B. RGB value is (211,38,59). Sum of RGB (Red+Green+Blue) = 211+38+59=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3263B is #2CD9C4. Grayscale: #5C5C5C. Windows color (decimal): -2939333 or 3876563. OLE color: 3876563.
HSL color Cylindrical-coordinate representation of color #D3263B: hue angle of 352.72º 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 #D3263B is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 59 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.17 |
| HSL | 352.72º | 0.69% | 0.49% | - |
| HSV(B) | 352.72º | 0.82% | 0.83% | - |
| XYZ | 28.35 | 15.55 | 5.65 | - |
| YUV | 92.12 | 109.31 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 59 | 0 | 0.82 | 0.72 | 0.17 | 352.72 | 0.69 | 0.49 |
| Hex | D3 | 26 | 3B | 0 | 52 | 48 | 11 | 161 | 45 | 31 |
| Octal | 323 | 46 | 73 | 0 | 122 | 110 | 21 | 541 | 105 | 61 |
| Binary | 11010011 | 100110 | 111011 | 0 | 1010010 | 1001000 | 10001 | 101100001 | 1000101 | 110001 |
Color Harmonies of #D3263B
Complementary color
Monochromatic Colors of #D3263B
Black with #D3263B
Text Example
Text Example
White with #D3263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3263B; }
p { color: rgb(211,38,59); }
H1.HeaderClassName
{
color: #D3263B;
}
.AnyTagClassName
{
color: #D3263B;
}
</style>
background-color css
<style>
a { background-color: #D3263B; }
a { background-color: rgb(211,38,59); }
div.DivClassName
{
background-color: #D3263B;
}
.BgClassName
{
background-color: #D3263B;
}
</style>
border-color css
<style>
span { border-color: #D3263B; }
span { border-color: rgb(211,38,59); }
td.TdClassName
{
border-color: #D3263B;
}
.TagClassName
{
border-color: #D3263B;
}
</style>