Shades of Brick Red #D22343
Tints of Brick Red #D22343
RGB
CMYK
RGB Variations
Color information
#D22343 (or 0xD22343) is known color: Brick Red. HEX triplet: D2, 23 and 43. RGB value is (210,35,67). Sum of RGB (Red+Green+Blue) = 210+35+67=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D22343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22343 is #2DDCBC. Grayscale: #5B5B5B. Windows color (decimal): -3005629 or 4400082. OLE color: 4400082.
HSL color Cylindrical-coordinate representation of color #D22343: hue angle of 349.03º 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 #D22343 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 67 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.18 |
| HSL | 349.03º | 0.71% | 0.48% | - |
| HSV(B) | 349.03º | 0.83% | 0.82% | - |
| XYZ | 28.19 | 15.31 | 6.78 | - |
| YUV | 90.97 | 114.48 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 67 | 0 | 0.83 | 0.68 | 0.18 | 349.03 | 0.71 | 0.48 |
| Hex | D2 | 23 | 43 | 0 | 53 | 44 | 12 | 15D | 47 | 30 |
| Octal | 322 | 43 | 103 | 0 | 123 | 104 | 22 | 535 | 107 | 60 |
| Binary | 11010010 | 100011 | 1000011 | 0 | 1010011 | 1000100 | 10010 | 101011101 | 1000111 | 110000 |
Color Harmonies of #D22343
Complementary color
Monochromatic Colors of #D22343
Black with #D22343
Text Example
Text Example
White with #D22343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22343; }
p { color: rgb(210,35,67); }
H1.HeaderClassName
{
color: #D22343;
}
.AnyTagClassName
{
color: #D22343;
}
</style>
background-color css
<style>
a { background-color: #D22343; }
a { background-color: rgb(210,35,67); }
div.DivClassName
{
background-color: #D22343;
}
.BgClassName
{
background-color: #D22343;
}
</style>
border-color css
<style>
span { border-color: #D22343; }
span { border-color: rgb(210,35,67); }
td.TdClassName
{
border-color: #D22343;
}
.TagClassName
{
border-color: #D22343;
}
</style>