Shades of Brick Red #D23F4C
Tints of Brick Red #D23F4C
RGB
CMYK
RGB Variations
Color information
#D23F4C (or 0xD23F4C) is known color: Brick Red. HEX triplet: D2, 3F and 4C. RGB value is (210,63,76). Sum of RGB (Red+Green+Blue) = 210+63+76=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F4C is #2DC0B3. Grayscale: #6C6C6C. Windows color (decimal): -2998452 or 4997074. OLE color: 4997074.
HSL color Cylindrical-coordinate representation of color #D23F4C: hue angle of 354.69º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23F4C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 76 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.18 |
| HSL | 354.69º | 0.62% | 0.54% | - |
| HSV(B) | 354.69º | 0.7% | 0.82% | - |
| XYZ | 29.66 | 17.78 | 8.71 | - |
| YUV | 108.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 76 | 0 | 0.70 | 0.64 | 0.18 | 354.69 | 0.62 | 0.54 |
| Hex | D2 | 3F | 4C | 0 | 46 | 40 | 12 | 163 | 3E | 36 |
| Octal | 322 | 77 | 114 | 0 | 106 | 100 | 22 | 543 | 76 | 66 |
| Binary | 11010010 | 111111 | 1001100 | 0 | 1000110 | 1000000 | 10010 | 101100011 | 111110 | 110110 |
Color Harmonies of #D23F4C
Complementary color
Monochromatic Colors of #D23F4C
Black with #D23F4C
Text Example
Text Example
White with #D23F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F4C; }
p { color: rgb(210,63,76); }
H1.HeaderClassName
{
color: #D23F4C;
}
.AnyTagClassName
{
color: #D23F4C;
}
</style>
background-color css
<style>
a { background-color: #D23F4C; }
a { background-color: rgb(210,63,76); }
div.DivClassName
{
background-color: #D23F4C;
}
.BgClassName
{
background-color: #D23F4C;
}
</style>
border-color css
<style>
span { border-color: #D23F4C; }
span { border-color: rgb(210,63,76); }
td.TdClassName
{
border-color: #D23F4C;
}
.TagClassName
{
border-color: #D23F4C;
}
</style>