Shades of Brick Red #D03743
Tints of Brick Red #D03743
RGB
CMYK
RGB Variations
Color information
#D03743 (or 0xD03743) is known color: Brick Red. HEX triplet: D0, 37 and 43. RGB value is (208,55,67). Sum of RGB (Red+Green+Blue) = 208+55+67=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D03743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03743 is #2FC8BC. Grayscale: #666666. Windows color (decimal): -3131581 or 4405200. OLE color: 4405200.
HSL color Cylindrical-coordinate representation of color #D03743: hue angle of 355.29º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03743 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 67 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.18 |
| HSL | 355.29º | 0.62% | 0.52% | - |
| HSV(B) | 355.29º | 0.74% | 0.82% | - |
| XYZ | 28.39 | 16.55 | 7.01 | - |
| YUV | 102.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 67 | 0 | 0.74 | 0.68 | 0.18 | 355.29 | 0.62 | 0.52 |
| Hex | D0 | 37 | 43 | 0 | 4A | 44 | 12 | 163 | 3E | 34 |
| Octal | 320 | 67 | 103 | 0 | 112 | 104 | 22 | 543 | 76 | 64 |
| Binary | 11010000 | 110111 | 1000011 | 0 | 1001010 | 1000100 | 10010 | 101100011 | 111110 | 110100 |
Color Harmonies of #D03743
Complementary color
Monochromatic Colors of #D03743
Black with #D03743
Text Example
Text Example
White with #D03743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03743; }
p { color: rgb(208,55,67); }
H1.HeaderClassName
{
color: #D03743;
}
.AnyTagClassName
{
color: #D03743;
}
</style>
background-color css
<style>
a { background-color: #D03743; }
a { background-color: rgb(208,55,67); }
div.DivClassName
{
background-color: #D03743;
}
.BgClassName
{
background-color: #D03743;
}
</style>
border-color css
<style>
span { border-color: #D03743; }
span { border-color: rgb(208,55,67); }
td.TdClassName
{
border-color: #D03743;
}
.TagClassName
{
border-color: #D03743;
}
</style>