Shades of Brick Red #D02942
Tints of Brick Red #D02942
RGB
CMYK
RGB Variations
Color information
#D02942 (or 0xD02942) is known color: Brick Red. HEX triplet: D0, 29 and 42. RGB value is (208,41,66). Sum of RGB (Red+Green+Blue) = 208+41+66=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D02942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02942 is #2FD6BD. Grayscale: #5D5D5D. Windows color (decimal): -3135166 or 4336080. OLE color: 4336080.
HSL color Cylindrical-coordinate representation of color #D02942: hue angle of 351.02º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02942 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 66 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.18 |
| HSL | 351.02º | 0.67% | 0.49% | - |
| HSV(B) | 351.02º | 0.8% | 0.82% | - |
| XYZ | 27.79 | 15.39 | 6.66 | - |
| YUV | 93.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 66 | 0 | 0.80 | 0.68 | 0.18 | 351.02 | 0.67 | 0.49 |
| Hex | D0 | 29 | 42 | 0 | 50 | 44 | 12 | 15F | 43 | 31 |
| Octal | 320 | 51 | 102 | 0 | 120 | 104 | 22 | 537 | 103 | 61 |
| Binary | 11010000 | 101001 | 1000010 | 0 | 1010000 | 1000100 | 10010 | 101011111 | 1000011 | 110001 |
Color Harmonies of #D02942
Complementary color
Monochromatic Colors of #D02942
Black with #D02942
Text Example
Text Example
White with #D02942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02942; }
p { color: rgb(208,41,66); }
H1.HeaderClassName
{
color: #D02942;
}
.AnyTagClassName
{
color: #D02942;
}
</style>
background-color css
<style>
a { background-color: #D02942; }
a { background-color: rgb(208,41,66); }
div.DivClassName
{
background-color: #D02942;
}
.BgClassName
{
background-color: #D02942;
}
</style>
border-color css
<style>
span { border-color: #D02942; }
span { border-color: rgb(208,41,66); }
td.TdClassName
{
border-color: #D02942;
}
.TagClassName
{
border-color: #D02942;
}
</style>