Shades of Brick Red #D23E4B
Tints of Brick Red #D23E4B
RGB
CMYK
RGB Variations
Color information
#D23E4B (or 0xD23E4B) is known color: Brick Red. HEX triplet: D2, 3E and 4B. RGB value is (210,62,75). Sum of RGB (Red+Green+Blue) = 210+62+75=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E4B is #2DC1B4. Grayscale: #6B6B6B. Windows color (decimal): -2998709 or 4931282. OLE color: 4931282.
HSL color Cylindrical-coordinate representation of color #D23E4B: hue angle of 354.73º 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 #D23E4B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 75 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.18 |
| HSL | 354.73º | 0.62% | 0.53% | - |
| HSV(B) | 354.73º | 0.7% | 0.82% | - |
| XYZ | 29.57 | 17.65 | 8.51 | - |
| YUV | 107.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 75 | 0 | 0.70 | 0.64 | 0.18 | 354.73 | 0.62 | 0.53 |
| Hex | D2 | 3E | 4B | 0 | 46 | 40 | 12 | 163 | 3E | 35 |
| Octal | 322 | 76 | 113 | 0 | 106 | 100 | 22 | 543 | 76 | 65 |
| Binary | 11010010 | 111110 | 1001011 | 0 | 1000110 | 1000000 | 10010 | 101100011 | 111110 | 110101 |
Color Harmonies of #D23E4B
Complementary color
Monochromatic Colors of #D23E4B
Black with #D23E4B
Text Example
Text Example
White with #D23E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E4B; }
p { color: rgb(210,62,75); }
H1.HeaderClassName
{
color: #D23E4B;
}
.AnyTagClassName
{
color: #D23E4B;
}
</style>
background-color css
<style>
a { background-color: #D23E4B; }
a { background-color: rgb(210,62,75); }
div.DivClassName
{
background-color: #D23E4B;
}
.BgClassName
{
background-color: #D23E4B;
}
</style>
border-color css
<style>
span { border-color: #D23E4B; }
span { border-color: rgb(210,62,75); }
td.TdClassName
{
border-color: #D23E4B;
}
.TagClassName
{
border-color: #D23E4B;
}
</style>