Shades of Brick Red #D0234C
Tints of Brick Red #D0234C
RGB
CMYK
RGB Variations
Color information
#D0234C (or 0xD0234C) is known color: Brick Red. HEX triplet: D0, 23 and 4C. RGB value is (208,35,76). Sum of RGB (Red+Green+Blue) = 208+35+76=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0234C is #2FDCB3. Grayscale: #5B5B5B. Windows color (decimal): -3136692 or 4989904. OLE color: 4989904.
HSL color Cylindrical-coordinate representation of color #D0234C: hue angle of 345.78º 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 #D0234C is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 76 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.18 |
| HSL | 345.78º | 0.71% | 0.48% | - |
| HSV(B) | 345.78º | 0.83% | 0.82% | - |
| XYZ | 27.92 | 15.13 | 8.29 | - |
| YUV | 91.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 76 | 0 | 0.83 | 0.63 | 0.18 | 345.78 | 0.71 | 0.48 |
| Hex | D0 | 23 | 4C | 0 | 53 | 3F | 12 | 15A | 47 | 30 |
| Octal | 320 | 43 | 114 | 0 | 123 | 77 | 22 | 532 | 107 | 60 |
| Binary | 11010000 | 100011 | 1001100 | 0 | 1010011 | 111111 | 10010 | 101011010 | 1000111 | 110000 |
Color Harmonies of #D0234C
Complementary color
Monochromatic Colors of #D0234C
Black with #D0234C
Text Example
Text Example
White with #D0234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0234C; }
p { color: rgb(208,35,76); }
H1.HeaderClassName
{
color: #D0234C;
}
.AnyTagClassName
{
color: #D0234C;
}
</style>
background-color css
<style>
a { background-color: #D0234C; }
a { background-color: rgb(208,35,76); }
div.DivClassName
{
background-color: #D0234C;
}
.BgClassName
{
background-color: #D0234C;
}
</style>
border-color css
<style>
span { border-color: #D0234C; }
span { border-color: rgb(208,35,76); }
td.TdClassName
{
border-color: #D0234C;
}
.TagClassName
{
border-color: #D0234C;
}
</style>