Shades of Brick Red #D0263C
Tints of Brick Red #D0263C
RGB
CMYK
RGB Variations
Color information
#D0263C (or 0xD0263C) is known color: Brick Red. HEX triplet: D0, 26 and 3C. RGB value is (208,38,60). Sum of RGB (Red+Green+Blue) = 208+38+60=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0263C is #2FD9C3. Grayscale: #5B5B5B. Windows color (decimal): -3135940 or 3942096. OLE color: 3942096.
HSL color Cylindrical-coordinate representation of color #D0263C: hue angle of 352.24º 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 #D0263C is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 60 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.18 |
| HSL | 352.24º | 0.69% | 0.48% | - |
| HSV(B) | 352.24º | 0.82% | 0.82% | - |
| XYZ | 27.52 | 15.12 | 5.74 | - |
| YUV | 91.34 | 110.32 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 60 | 0 | 0.82 | 0.71 | 0.18 | 352.24 | 0.69 | 0.48 |
| Hex | D0 | 26 | 3C | 0 | 52 | 47 | 12 | 160 | 45 | 30 |
| Octal | 320 | 46 | 74 | 0 | 122 | 107 | 22 | 540 | 105 | 60 |
| Binary | 11010000 | 100110 | 111100 | 0 | 1010010 | 1000111 | 10010 | 101100000 | 1000101 | 110000 |
Color Harmonies of #D0263C
Complementary color
Monochromatic Colors of #D0263C
Black with #D0263C
Text Example
Text Example
White with #D0263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0263C; }
p { color: rgb(208,38,60); }
H1.HeaderClassName
{
color: #D0263C;
}
.AnyTagClassName
{
color: #D0263C;
}
</style>
background-color css
<style>
a { background-color: #D0263C; }
a { background-color: rgb(208,38,60); }
div.DivClassName
{
background-color: #D0263C;
}
.BgClassName
{
background-color: #D0263C;
}
</style>
border-color css
<style>
span { border-color: #D0263C; }
span { border-color: rgb(208,38,60); }
td.TdClassName
{
border-color: #D0263C;
}
.TagClassName
{
border-color: #D0263C;
}
</style>