Shades of Brick Red #D1263F
Tints of Brick Red #D1263F
RGB
CMYK
RGB Variations
Color information
#D1263F (or 0xD1263F) is known color: Brick Red. HEX triplet: D1, 26 and 3F. RGB value is (209,38,63). Sum of RGB (Red+Green+Blue) = 209+38+63=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D1263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1263F is #2ED9C0. Grayscale: #5C5C5C. Windows color (decimal): -3070401 or 4138705. OLE color: 4138705.
HSL color Cylindrical-coordinate representation of color #D1263F: hue angle of 351.23º degrees, saturation: 0.69, 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 #D1263F is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 63 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.18 |
| HSL | 351.23º | 0.69% | 0.48% | - |
| HSV(B) | 351.23º | 0.82% | 0.82% | - |
| XYZ | 27.88 | 15.3 | 6.19 | - |
| YUV | 91.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 63 | 0 | 0.82 | 0.70 | 0.18 | 351.23 | 0.69 | 0.48 |
| Hex | D1 | 26 | 3F | 0 | 52 | 46 | 12 | 15F | 45 | 30 |
| Octal | 321 | 46 | 77 | 0 | 122 | 106 | 22 | 537 | 105 | 60 |
| Binary | 11010001 | 100110 | 111111 | 0 | 1010010 | 1000110 | 10010 | 101011111 | 1000101 | 110000 |
Color Harmonies of #D1263F
Complementary color
Monochromatic Colors of #D1263F
Black with #D1263F
Text Example
Text Example
White with #D1263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1263F; }
p { color: rgb(209,38,63); }
H1.HeaderClassName
{
color: #D1263F;
}
.AnyTagClassName
{
color: #D1263F;
}
</style>
background-color css
<style>
a { background-color: #D1263F; }
a { background-color: rgb(209,38,63); }
div.DivClassName
{
background-color: #D1263F;
}
.BgClassName
{
background-color: #D1263F;
}
</style>
border-color css
<style>
span { border-color: #D1263F; }
span { border-color: rgb(209,38,63); }
td.TdClassName
{
border-color: #D1263F;
}
.TagClassName
{
border-color: #D1263F;
}
</style>