Shades of Brick Red #D3263C
Tints of Brick Red #D3263C
RGB
CMYK
RGB Variations
Color information
#D3263C (or 0xD3263C) is known color: Brick Red. HEX triplet: D3, 26 and 3C. RGB value is (211,38,60). Sum of RGB (Red+Green+Blue) = 211+38+60=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D3263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3263C is #2CD9C3. Grayscale: #5C5C5C. Windows color (decimal): -2939332 or 3942099. OLE color: 3942099.
HSL color Cylindrical-coordinate representation of color #D3263C: hue angle of 352.37º 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 #D3263C is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 60 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.17 |
| HSL | 352.37º | 0.69% | 0.49% | - |
| HSV(B) | 352.37º | 0.82% | 0.83% | - |
| XYZ | 28.37 | 15.56 | 5.78 | - |
| YUV | 92.24 | 109.81 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 60 | 0 | 0.82 | 0.72 | 0.17 | 352.37 | 0.69 | 0.49 |
| Hex | D3 | 26 | 3C | 0 | 52 | 48 | 11 | 160 | 45 | 31 |
| Octal | 323 | 46 | 74 | 0 | 122 | 110 | 21 | 540 | 105 | 61 |
| Binary | 11010011 | 100110 | 111100 | 0 | 1010010 | 1001000 | 10001 | 101100000 | 1000101 | 110001 |
Color Harmonies of #D3263C
Complementary color
Monochromatic Colors of #D3263C
Black with #D3263C
Text Example
Text Example
White with #D3263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3263C; }
p { color: rgb(211,38,60); }
H1.HeaderClassName
{
color: #D3263C;
}
.AnyTagClassName
{
color: #D3263C;
}
</style>
background-color css
<style>
a { background-color: #D3263C; }
a { background-color: rgb(211,38,60); }
div.DivClassName
{
background-color: #D3263C;
}
.BgClassName
{
background-color: #D3263C;
}
</style>
border-color css
<style>
span { border-color: #D3263C; }
span { border-color: rgb(211,38,60); }
td.TdClassName
{
border-color: #D3263C;
}
.TagClassName
{
border-color: #D3263C;
}
</style>