Shades of Brick Red #D03342
Tints of Brick Red #D03342
RGB
CMYK
RGB Variations
Color information
#D03342 (or 0xD03342) is known color: Brick Red. HEX triplet: D0, 33 and 42. RGB value is (208,51,66). Sum of RGB (Red+Green+Blue) = 208+51+66=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D03342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03342 is #2FCCBD. Grayscale: #636363. Windows color (decimal): -3132606 or 4338640. OLE color: 4338640.
HSL color Cylindrical-coordinate representation of color #D03342: hue angle of 354.27º 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 #D03342 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 66 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.18 |
| HSL | 354.27º | 0.63% | 0.51% | - |
| HSV(B) | 354.27º | 0.75% | 0.82% | - |
| XYZ | 28.18 | 16.17 | 6.79 | - |
| YUV | 99.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 66 | 0 | 0.75 | 0.68 | 0.18 | 354.27 | 0.63 | 0.51 |
| Hex | D0 | 33 | 42 | 0 | 4B | 44 | 12 | 162 | 3F | 33 |
| Octal | 320 | 63 | 102 | 0 | 113 | 104 | 22 | 542 | 77 | 63 |
| Binary | 11010000 | 110011 | 1000010 | 0 | 1001011 | 1000100 | 10010 | 101100010 | 111111 | 110011 |
Color Harmonies of #D03342
Complementary color
Monochromatic Colors of #D03342
Black with #D03342
Text Example
Text Example
White with #D03342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03342; }
p { color: rgb(208,51,66); }
H1.HeaderClassName
{
color: #D03342;
}
.AnyTagClassName
{
color: #D03342;
}
</style>
background-color css
<style>
a { background-color: #D03342; }
a { background-color: rgb(208,51,66); }
div.DivClassName
{
background-color: #D03342;
}
.BgClassName
{
background-color: #D03342;
}
</style>
border-color css
<style>
span { border-color: #D03342; }
span { border-color: rgb(208,51,66); }
td.TdClassName
{
border-color: #D03342;
}
.TagClassName
{
border-color: #D03342;
}
</style>