Shades of Brick Red #D2303F
Tints of Brick Red #D2303F
RGB
CMYK
RGB Variations
Color information
#D2303F (or 0xD2303F) is known color: Brick Red. HEX triplet: D2, 30 and 3F. RGB value is (210,48,63). Sum of RGB (Red+Green+Blue) = 210+48+63=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2303F is #2DCFC0. Grayscale: #626262. Windows color (decimal): -3002305 or 4141266. OLE color: 4141266.
HSL color Cylindrical-coordinate representation of color #D2303F: hue angle of 354.44º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2303F is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 63 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.18 |
| HSL | 354.44º | 0.64% | 0.51% | - |
| HSV(B) | 354.44º | 0.77% | 0.82% | - |
| XYZ | 28.53 | 16.17 | 6.32 | - |
| YUV | 98.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 63 | 0 | 0.77 | 0.70 | 0.18 | 354.44 | 0.64 | 0.51 |
| Hex | D2 | 30 | 3F | 0 | 4D | 46 | 12 | 162 | 40 | 33 |
| Octal | 322 | 60 | 77 | 0 | 115 | 106 | 22 | 542 | 100 | 63 |
| Binary | 11010010 | 110000 | 111111 | 0 | 1001101 | 1000110 | 10010 | 101100010 | 1000000 | 110011 |
Color Harmonies of #D2303F
Complementary color
Monochromatic Colors of #D2303F
Black with #D2303F
Text Example
Text Example
White with #D2303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2303F; }
p { color: rgb(210,48,63); }
H1.HeaderClassName
{
color: #D2303F;
}
.AnyTagClassName
{
color: #D2303F;
}
</style>
background-color css
<style>
a { background-color: #D2303F; }
a { background-color: rgb(210,48,63); }
div.DivClassName
{
background-color: #D2303F;
}
.BgClassName
{
background-color: #D2303F;
}
</style>
border-color css
<style>
span { border-color: #D2303F; }
span { border-color: rgb(210,48,63); }
td.TdClassName
{
border-color: #D2303F;
}
.TagClassName
{
border-color: #D2303F;
}
</style>