Shades of Brick Red #D02542
Tints of Brick Red #D02542
RGB
CMYK
RGB Variations
Color information
#D02542 (or 0xD02542) is known color: Brick Red. HEX triplet: D0, 25 and 42. RGB value is (208,37,66). Sum of RGB (Red+Green+Blue) = 208+37+66=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D02542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02542 is #2FDABD. Grayscale: #5B5B5B. Windows color (decimal): -3136190 or 4335056. OLE color: 4335056.
HSL color Cylindrical-coordinate representation of color #D02542: hue angle of 349.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02542 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 66 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.18 |
| HSL | 349.82º | 0.7% | 0.48% | - |
| HSV(B) | 349.82º | 0.82% | 0.82% | - |
| XYZ | 27.66 | 15.13 | 6.62 | - |
| YUV | 91.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 66 | 0 | 0.82 | 0.68 | 0.18 | 349.82 | 0.7 | 0.48 |
| Hex | D0 | 25 | 42 | 0 | 52 | 44 | 12 | 15E | 46 | 30 |
| Octal | 320 | 45 | 102 | 0 | 122 | 104 | 22 | 536 | 106 | 60 |
| Binary | 11010000 | 100101 | 1000010 | 0 | 1010010 | 1000100 | 10010 | 101011110 | 1000110 | 110000 |
Color Harmonies of #D02542
Complementary color
Monochromatic Colors of #D02542
Black with #D02542
Text Example
Text Example
White with #D02542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02542; }
p { color: rgb(208,37,66); }
H1.HeaderClassName
{
color: #D02542;
}
.AnyTagClassName
{
color: #D02542;
}
</style>
background-color css
<style>
a { background-color: #D02542; }
a { background-color: rgb(208,37,66); }
div.DivClassName
{
background-color: #D02542;
}
.BgClassName
{
background-color: #D02542;
}
</style>
border-color css
<style>
span { border-color: #D02542; }
span { border-color: rgb(208,37,66); }
td.TdClassName
{
border-color: #D02542;
}
.TagClassName
{
border-color: #D02542;
}
</style>