Shades of Brick Red #D22843
Tints of Brick Red #D22843
RGB
CMYK
RGB Variations
Color information
#D22843 (or 0xD22843) is known color: Brick Red. HEX triplet: D2, 28 and 43. RGB value is (210,40,67). Sum of RGB (Red+Green+Blue) = 210+40+67=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D22843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22843 is #2DD7BC. Grayscale: #5D5D5D. Windows color (decimal): -3004349 or 4401362. OLE color: 4401362.
HSL color Cylindrical-coordinate representation of color #D22843: hue angle of 350.47º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22843 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 67 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.18 |
| HSL | 350.47º | 0.68% | 0.49% | - |
| HSV(B) | 350.47º | 0.81% | 0.82% | - |
| XYZ | 28.35 | 15.62 | 6.83 | - |
| YUV | 93.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 67 | 0 | 0.81 | 0.68 | 0.18 | 350.47 | 0.68 | 0.49 |
| Hex | D2 | 28 | 43 | 0 | 51 | 44 | 12 | 15E | 44 | 31 |
| Octal | 322 | 50 | 103 | 0 | 121 | 104 | 22 | 536 | 104 | 61 |
| Binary | 11010010 | 101000 | 1000011 | 0 | 1010001 | 1000100 | 10010 | 101011110 | 1000100 | 110001 |
Color Harmonies of #D22843
Complementary color
Monochromatic Colors of #D22843
Black with #D22843
Text Example
Text Example
White with #D22843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22843; }
p { color: rgb(210,40,67); }
H1.HeaderClassName
{
color: #D22843;
}
.AnyTagClassName
{
color: #D22843;
}
</style>
background-color css
<style>
a { background-color: #D22843; }
a { background-color: rgb(210,40,67); }
div.DivClassName
{
background-color: #D22843;
}
.BgClassName
{
background-color: #D22843;
}
</style>
border-color css
<style>
span { border-color: #D22843; }
span { border-color: rgb(210,40,67); }
td.TdClassName
{
border-color: #D22843;
}
.TagClassName
{
border-color: #D22843;
}
</style>