Shades of Brick Red #D23D4A
Tints of Brick Red #D23D4A
RGB
CMYK
RGB Variations
Color information
#D23D4A (or 0xD23D4A) is known color: Brick Red. HEX triplet: D2, 3D and 4A. RGB value is (210,61,74). Sum of RGB (Red+Green+Blue) = 210+61+74=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23D4A is #2DC2B5. Grayscale: #6B6B6B. Windows color (decimal): -2998966 or 4865490. OLE color: 4865490.
HSL color Cylindrical-coordinate representation of color #D23D4A: hue angle of 354.77º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23D4A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 74 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.18 |
| HSL | 354.77º | 0.62% | 0.53% | - |
| HSV(B) | 354.77º | 0.71% | 0.82% | - |
| XYZ | 29.48 | 17.53 | 8.31 | - |
| YUV | 107.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 74 | 0 | 0.71 | 0.65 | 0.18 | 354.77 | 0.62 | 0.53 |
| Hex | D2 | 3D | 4A | 0 | 47 | 41 | 12 | 163 | 3E | 35 |
| Octal | 322 | 75 | 112 | 0 | 107 | 101 | 22 | 543 | 76 | 65 |
| Binary | 11010010 | 111101 | 1001010 | 0 | 1000111 | 1000001 | 10010 | 101100011 | 111110 | 110101 |
Color Harmonies of #D23D4A
Complementary color
Monochromatic Colors of #D23D4A
Black with #D23D4A
Text Example
Text Example
White with #D23D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D4A; }
p { color: rgb(210,61,74); }
H1.HeaderClassName
{
color: #D23D4A;
}
.AnyTagClassName
{
color: #D23D4A;
}
</style>
background-color css
<style>
a { background-color: #D23D4A; }
a { background-color: rgb(210,61,74); }
div.DivClassName
{
background-color: #D23D4A;
}
.BgClassName
{
background-color: #D23D4A;
}
</style>
border-color css
<style>
span { border-color: #D23D4A; }
span { border-color: rgb(210,61,74); }
td.TdClassName
{
border-color: #D23D4A;
}
.TagClassName
{
border-color: #D23D4A;
}
</style>