Shades of Brick Red #D0314B
Tints of Brick Red #D0314B
RGB
CMYK
RGB Variations
Color information
#D0314B (or 0xD0314B) is known color: Brick Red. HEX triplet: D0, 31 and 4B. RGB value is (208,49,75). Sum of RGB (Red+Green+Blue) = 208+49+75=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0314B is #2FCEB4. Grayscale: #636363. Windows color (decimal): -3133109 or 4927952. OLE color: 4927952.
HSL color Cylindrical-coordinate representation of color #D0314B: hue angle of 350.19º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0314B is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 75 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.18 |
| HSL | 350.19º | 0.63% | 0.5% | - |
| HSV(B) | 350.19º | 0.76% | 0.82% | - |
| XYZ | 28.38 | 16.11 | 8.27 | - |
| YUV | 99.51 | 114.18 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 75 | 0 | 0.76 | 0.64 | 0.18 | 350.19 | 0.63 | 0.5 |
| Hex | D0 | 31 | 4B | 0 | 4C | 40 | 12 | 15E | 3F | 32 |
| Octal | 320 | 61 | 113 | 0 | 114 | 100 | 22 | 536 | 77 | 62 |
| Binary | 11010000 | 110001 | 1001011 | 0 | 1001100 | 1000000 | 10010 | 101011110 | 111111 | 110010 |
Color Harmonies of #D0314B
Complementary color
Monochromatic Colors of #D0314B
Black with #D0314B
Text Example
Text Example
White with #D0314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0314B; }
p { color: rgb(208,49,75); }
H1.HeaderClassName
{
color: #D0314B;
}
.AnyTagClassName
{
color: #D0314B;
}
</style>
background-color css
<style>
a { background-color: #D0314B; }
a { background-color: rgb(208,49,75); }
div.DivClassName
{
background-color: #D0314B;
}
.BgClassName
{
background-color: #D0314B;
}
</style>
border-color css
<style>
span { border-color: #D0314B; }
span { border-color: rgb(208,49,75); }
td.TdClassName
{
border-color: #D0314B;
}
.TagClassName
{
border-color: #D0314B;
}
</style>