Shades of Brick Red #D1263A
Tints of Brick Red #D1263A
RGB
CMYK
RGB Variations
Color information
#D1263A (or 0xD1263A) is known color: Brick Red. HEX triplet: D1, 26 and 3A. RGB value is (209,38,58). Sum of RGB (Red+Green+Blue) = 209+38+58=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1263A is #2ED9C5. Grayscale: #5B5B5B. Windows color (decimal): -3070406 or 3811025. OLE color: 3811025.
HSL color Cylindrical-coordinate representation of color #D1263A: hue angle of 352.98º 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 #D1263A is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 58 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.18 |
| HSL | 352.98º | 0.69% | 0.48% | - |
| HSV(B) | 352.98º | 0.82% | 0.82% | - |
| XYZ | 27.75 | 15.25 | 5.48 | - |
| YUV | 91.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 58 | 0 | 0.82 | 0.72 | 0.18 | 352.98 | 0.69 | 0.48 |
| Hex | D1 | 26 | 3A | 0 | 52 | 48 | 12 | 161 | 45 | 30 |
| Octal | 321 | 46 | 72 | 0 | 122 | 110 | 22 | 541 | 105 | 60 |
| Binary | 11010001 | 100110 | 111010 | 0 | 1010010 | 1001000 | 10010 | 101100001 | 1000101 | 110000 |
Color Harmonies of #D1263A
Complementary color
Monochromatic Colors of #D1263A
Black with #D1263A
Text Example
Text Example
White with #D1263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1263A; }
p { color: rgb(209,38,58); }
H1.HeaderClassName
{
color: #D1263A;
}
.AnyTagClassName
{
color: #D1263A;
}
</style>
background-color css
<style>
a { background-color: #D1263A; }
a { background-color: rgb(209,38,58); }
div.DivClassName
{
background-color: #D1263A;
}
.BgClassName
{
background-color: #D1263A;
}
</style>
border-color css
<style>
span { border-color: #D1263A; }
span { border-color: rgb(209,38,58); }
td.TdClassName
{
border-color: #D1263A;
}
.TagClassName
{
border-color: #D1263A;
}
</style>