Shades of Brick Red #D03645
Tints of Brick Red #D03645
RGB
CMYK
RGB Variations
Color information
#D03645 (or 0xD03645) is known color: Brick Red. HEX triplet: D0, 36 and 45. RGB value is (208,54,69). Sum of RGB (Red+Green+Blue) = 208+54+69=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D03645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03645 is #2FC9BA. Grayscale: #656565. Windows color (decimal): -3131835 or 4536016. OLE color: 4536016.
HSL color Cylindrical-coordinate representation of color #D03645: hue angle of 354.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03645 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 69 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.18 |
| HSL | 354.16º | 0.62% | 0.51% | - |
| HSV(B) | 354.16º | 0.74% | 0.82% | - |
| XYZ | 28.41 | 16.48 | 7.31 | - |
| YUV | 101.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 69 | 0 | 0.74 | 0.67 | 0.18 | 354.16 | 0.62 | 0.51 |
| Hex | D0 | 36 | 45 | 0 | 4A | 43 | 12 | 162 | 3E | 33 |
| Octal | 320 | 66 | 105 | 0 | 112 | 103 | 22 | 542 | 76 | 63 |
| Binary | 11010000 | 110110 | 1000101 | 0 | 1001010 | 1000011 | 10010 | 101100010 | 111110 | 110011 |
Color Harmonies of #D03645
Complementary color
Monochromatic Colors of #D03645
Black with #D03645
Text Example
Text Example
White with #D03645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03645; }
p { color: rgb(208,54,69); }
H1.HeaderClassName
{
color: #D03645;
}
.AnyTagClassName
{
color: #D03645;
}
</style>
background-color css
<style>
a { background-color: #D03645; }
a { background-color: rgb(208,54,69); }
div.DivClassName
{
background-color: #D03645;
}
.BgClassName
{
background-color: #D03645;
}
</style>
border-color css
<style>
span { border-color: #D03645; }
span { border-color: rgb(208,54,69); }
td.TdClassName
{
border-color: #D03645;
}
.TagClassName
{
border-color: #D03645;
}
</style>