Shades of Brick Red #D0263A
Tints of Brick Red #D0263A
RGB
CMYK
RGB Variations
Color information
#D0263A (or 0xD0263A) is known color: Brick Red. HEX triplet: D0, 26 and 3A. RGB value is (208,38,58). Sum of RGB (Red+Green+Blue) = 208+38+58=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D0263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0263A is #2FD9C5. Grayscale: #5B5B5B. Windows color (decimal): -3135942 or 3811024. OLE color: 3811024.
HSL color Cylindrical-coordinate representation of color #D0263A: hue angle of 352.94º 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 #D0263A is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 58 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.18 |
| HSL | 352.94º | 0.69% | 0.48% | - |
| HSV(B) | 352.94º | 0.82% | 0.82% | - |
| XYZ | 27.47 | 15.1 | 5.47 | - |
| YUV | 91.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 58 | 0 | 0.82 | 0.72 | 0.18 | 352.94 | 0.69 | 0.48 |
| Hex | D0 | 26 | 3A | 0 | 52 | 48 | 12 | 161 | 45 | 30 |
| Octal | 320 | 46 | 72 | 0 | 122 | 110 | 22 | 541 | 105 | 60 |
| Binary | 11010000 | 100110 | 111010 | 0 | 1010010 | 1001000 | 10010 | 101100001 | 1000101 | 110000 |
Color Harmonies of #D0263A
Complementary color
Monochromatic Colors of #D0263A
Black with #D0263A
Text Example
Text Example
White with #D0263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0263A; }
p { color: rgb(208,38,58); }
H1.HeaderClassName
{
color: #D0263A;
}
.AnyTagClassName
{
color: #D0263A;
}
</style>
background-color css
<style>
a { background-color: #D0263A; }
a { background-color: rgb(208,38,58); }
div.DivClassName
{
background-color: #D0263A;
}
.BgClassName
{
background-color: #D0263A;
}
</style>
border-color css
<style>
span { border-color: #D0263A; }
span { border-color: rgb(208,38,58); }
td.TdClassName
{
border-color: #D0263A;
}
.TagClassName
{
border-color: #D0263A;
}
</style>