Shades of Brick Red #D0304B
Tints of Brick Red #D0304B
RGB
CMYK
RGB Variations
Color information
#D0304B (or 0xD0304B) is known color: Brick Red. HEX triplet: D0, 30 and 4B. RGB value is (208,48,75). Sum of RGB (Red+Green+Blue) = 208+48+75=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D0304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0304B is #2FCFB4. Grayscale: #626262. Windows color (decimal): -3133365 or 4927696. OLE color: 4927696.
HSL color Cylindrical-coordinate representation of color #D0304B: hue angle of 349.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0304B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 75 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.18 |
| HSL | 349.88º | 0.63% | 0.5% | - |
| HSV(B) | 349.88º | 0.77% | 0.82% | - |
| XYZ | 28.34 | 16.03 | 8.26 | - |
| YUV | 98.92 | 114.51 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 75 | 0 | 0.77 | 0.64 | 0.18 | 349.88 | 0.63 | 0.5 |
| Hex | D0 | 30 | 4B | 0 | 4D | 40 | 12 | 15E | 3F | 32 |
| Octal | 320 | 60 | 113 | 0 | 115 | 100 | 22 | 536 | 77 | 62 |
| Binary | 11010000 | 110000 | 1001011 | 0 | 1001101 | 1000000 | 10010 | 101011110 | 111111 | 110010 |
Color Harmonies of #D0304B
Complementary color
Monochromatic Colors of #D0304B
Black with #D0304B
Text Example
Text Example
White with #D0304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0304B; }
p { color: rgb(208,48,75); }
H1.HeaderClassName
{
color: #D0304B;
}
.AnyTagClassName
{
color: #D0304B;
}
</style>
background-color css
<style>
a { background-color: #D0304B; }
a { background-color: rgb(208,48,75); }
div.DivClassName
{
background-color: #D0304B;
}
.BgClassName
{
background-color: #D0304B;
}
</style>
border-color css
<style>
span { border-color: #D0304B; }
span { border-color: rgb(208,48,75); }
td.TdClassName
{
border-color: #D0304B;
}
.TagClassName
{
border-color: #D0304B;
}
</style>