Shades of Brick Red #D03341
Tints of Brick Red #D03341
RGB
CMYK
RGB Variations
Color information
#D03341 (or 0xD03341) is known color: Brick Red. HEX triplet: D0, 33 and 41. RGB value is (208,51,65). Sum of RGB (Red+Green+Blue) = 208+51+65=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D03341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03341 is #2FCCBE. Grayscale: #636363. Windows color (decimal): -3132607 or 4273104. OLE color: 4273104.
HSL color Cylindrical-coordinate representation of color #D03341: hue angle of 354.65º 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 #D03341 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 65 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.18 |
| HSL | 354.65º | 0.63% | 0.51% | - |
| HSV(B) | 354.65º | 0.75% | 0.82% | - |
| XYZ | 28.15 | 16.16 | 6.64 | - |
| YUV | 99.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 65 | 0 | 0.75 | 0.69 | 0.18 | 354.65 | 0.63 | 0.51 |
| Hex | D0 | 33 | 41 | 0 | 4B | 45 | 12 | 163 | 3F | 33 |
| Octal | 320 | 63 | 101 | 0 | 113 | 105 | 22 | 543 | 77 | 63 |
| Binary | 11010000 | 110011 | 1000001 | 0 | 1001011 | 1000101 | 10010 | 101100011 | 111111 | 110011 |
Color Harmonies of #D03341
Complementary color
Monochromatic Colors of #D03341
Black with #D03341
Text Example
Text Example
White with #D03341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03341; }
p { color: rgb(208,51,65); }
H1.HeaderClassName
{
color: #D03341;
}
.AnyTagClassName
{
color: #D03341;
}
</style>
background-color css
<style>
a { background-color: #D03341; }
a { background-color: rgb(208,51,65); }
div.DivClassName
{
background-color: #D03341;
}
.BgClassName
{
background-color: #D03341;
}
</style>
border-color css
<style>
span { border-color: #D03341; }
span { border-color: rgb(208,51,65); }
td.TdClassName
{
border-color: #D03341;
}
.TagClassName
{
border-color: #D03341;
}
</style>