Shades of Brick Red #D0333F
Tints of Brick Red #D0333F
RGB
CMYK
RGB Variations
Color information
#D0333F (or 0xD0333F) is known color: Brick Red. HEX triplet: D0, 33 and 3F. RGB value is (208,51,63). Sum of RGB (Red+Green+Blue) = 208+51+63=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0333F is #2FCCC0. Grayscale: #636363. Windows color (decimal): -3132609 or 4142032. OLE color: 4142032.
HSL color Cylindrical-coordinate representation of color #D0333F: hue angle of 355.41º 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 #D0333F is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 63 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.18 |
| HSL | 355.41º | 0.63% | 0.51% | - |
| HSV(B) | 355.41º | 0.75% | 0.82% | - |
| XYZ | 28.09 | 16.14 | 6.34 | - |
| YUV | 99.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 63 | 0 | 0.75 | 0.70 | 0.18 | 355.41 | 0.63 | 0.51 |
| Hex | D0 | 33 | 3F | 0 | 4B | 46 | 12 | 163 | 3F | 33 |
| Octal | 320 | 63 | 77 | 0 | 113 | 106 | 22 | 543 | 77 | 63 |
| Binary | 11010000 | 110011 | 111111 | 0 | 1001011 | 1000110 | 10010 | 101100011 | 111111 | 110011 |
Color Harmonies of #D0333F
Complementary color
Monochromatic Colors of #D0333F
Black with #D0333F
Text Example
Text Example
White with #D0333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0333F; }
p { color: rgb(208,51,63); }
H1.HeaderClassName
{
color: #D0333F;
}
.AnyTagClassName
{
color: #D0333F;
}
</style>
background-color css
<style>
a { background-color: #D0333F; }
a { background-color: rgb(208,51,63); }
div.DivClassName
{
background-color: #D0333F;
}
.BgClassName
{
background-color: #D0333F;
}
</style>
border-color css
<style>
span { border-color: #D0333F; }
span { border-color: rgb(208,51,63); }
td.TdClassName
{
border-color: #D0333F;
}
.TagClassName
{
border-color: #D0333F;
}
</style>