Shades of Brick Red #D03348
Tints of Brick Red #D03348
RGB
CMYK
RGB Variations
Color information
#D03348 (or 0xD03348) is known color: Brick Red. HEX triplet: D0, 33 and 48. RGB value is (208,51,72). Sum of RGB (Red+Green+Blue) = 208+51+72=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D03348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03348 is #2FCCB7. Grayscale: #646464. Windows color (decimal): -3132600 or 4731856. OLE color: 4731856.
HSL color Cylindrical-coordinate representation of color #D03348: hue angle of 351.97º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03348 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 72 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.18 |
| HSL | 351.97º | 0.63% | 0.51% | - |
| HSV(B) | 351.97º | 0.75% | 0.82% | - |
| XYZ | 28.37 | 16.25 | 7.77 | - |
| YUV | 100.34 | 112.01 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 72 | 0 | 0.75 | 0.65 | 0.18 | 351.97 | 0.63 | 0.51 |
| Hex | D0 | 33 | 48 | 0 | 4B | 41 | 12 | 160 | 3F | 33 |
| Octal | 320 | 63 | 110 | 0 | 113 | 101 | 22 | 540 | 77 | 63 |
| Binary | 11010000 | 110011 | 1001000 | 0 | 1001011 | 1000001 | 10010 | 101100000 | 111111 | 110011 |
Color Harmonies of #D03348
Complementary color
Monochromatic Colors of #D03348
Black with #D03348
Text Example
Text Example
White with #D03348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03348; }
p { color: rgb(208,51,72); }
H1.HeaderClassName
{
color: #D03348;
}
.AnyTagClassName
{
color: #D03348;
}
</style>
background-color css
<style>
a { background-color: #D03348; }
a { background-color: rgb(208,51,72); }
div.DivClassName
{
background-color: #D03348;
}
.BgClassName
{
background-color: #D03348;
}
</style>
border-color css
<style>
span { border-color: #D03348; }
span { border-color: rgb(208,51,72); }
td.TdClassName
{
border-color: #D03348;
}
.TagClassName
{
border-color: #D03348;
}
</style>