Shades of Brick Red #D0234A
Tints of Brick Red #D0234A
RGB
CMYK
RGB Variations
Color information
#D0234A (or 0xD0234A) is known color: Brick Red. HEX triplet: D0, 23 and 4A. RGB value is (208,35,74). Sum of RGB (Red+Green+Blue) = 208+35+74=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0234A is #2FDCB5. Grayscale: #5B5B5B. Windows color (decimal): -3136694 or 4858832. OLE color: 4858832.
HSL color Cylindrical-coordinate representation of color #D0234A: hue angle of 346.47º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0234A is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 74 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.18 |
| HSL | 346.47º | 0.71% | 0.48% | - |
| HSV(B) | 346.47º | 0.83% | 0.82% | - |
| XYZ | 27.85 | 15.11 | 7.93 | - |
| YUV | 91.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 74 | 0 | 0.83 | 0.64 | 0.18 | 346.47 | 0.71 | 0.48 |
| Hex | D0 | 23 | 4A | 0 | 53 | 40 | 12 | 15A | 47 | 30 |
| Octal | 320 | 43 | 112 | 0 | 123 | 100 | 22 | 532 | 107 | 60 |
| Binary | 11010000 | 100011 | 1001010 | 0 | 1010011 | 1000000 | 10010 | 101011010 | 1000111 | 110000 |
Color Harmonies of #D0234A
Complementary color
Monochromatic Colors of #D0234A
Black with #D0234A
Text Example
Text Example
White with #D0234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0234A; }
p { color: rgb(208,35,74); }
H1.HeaderClassName
{
color: #D0234A;
}
.AnyTagClassName
{
color: #D0234A;
}
</style>
background-color css
<style>
a { background-color: #D0234A; }
a { background-color: rgb(208,35,74); }
div.DivClassName
{
background-color: #D0234A;
}
.BgClassName
{
background-color: #D0234A;
}
</style>
border-color css
<style>
span { border-color: #D0234A; }
span { border-color: rgb(208,35,74); }
td.TdClassName
{
border-color: #D0234A;
}
.TagClassName
{
border-color: #D0234A;
}
</style>