Shades of Brick Red #D23E4A
Tints of Brick Red #D23E4A
RGB
CMYK
RGB Variations
Color information
#D23E4A (or 0xD23E4A) is known color: Brick Red. HEX triplet: D2, 3E and 4A. RGB value is (210,62,74). Sum of RGB (Red+Green+Blue) = 210+62+74=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E4A is #2DC1B5. Grayscale: #6B6B6B. Windows color (decimal): -2998710 or 4865746. OLE color: 4865746.
HSL color Cylindrical-coordinate representation of color #D23E4A: hue angle of 355.14º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23E4A is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 74 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.18 |
| HSL | 355.14º | 0.62% | 0.53% | - |
| HSV(B) | 355.14º | 0.7% | 0.82% | - |
| XYZ | 29.54 | 17.64 | 8.33 | - |
| YUV | 107.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 74 | 0 | 0.70 | 0.65 | 0.18 | 355.14 | 0.62 | 0.53 |
| Hex | D2 | 3E | 4A | 0 | 46 | 41 | 12 | 163 | 3E | 35 |
| Octal | 322 | 76 | 112 | 0 | 106 | 101 | 22 | 543 | 76 | 65 |
| Binary | 11010010 | 111110 | 1001010 | 0 | 1000110 | 1000001 | 10010 | 101100011 | 111110 | 110101 |
Color Harmonies of #D23E4A
Complementary color
Monochromatic Colors of #D23E4A
Black with #D23E4A
Text Example
Text Example
White with #D23E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E4A; }
p { color: rgb(210,62,74); }
H1.HeaderClassName
{
color: #D23E4A;
}
.AnyTagClassName
{
color: #D23E4A;
}
</style>
background-color css
<style>
a { background-color: #D23E4A; }
a { background-color: rgb(210,62,74); }
div.DivClassName
{
background-color: #D23E4A;
}
.BgClassName
{
background-color: #D23E4A;
}
</style>
border-color css
<style>
span { border-color: #D23E4A; }
span { border-color: rgb(210,62,74); }
td.TdClassName
{
border-color: #D23E4A;
}
.TagClassName
{
border-color: #D23E4A;
}
</style>