Shades of Brick Red #D02541
Tints of Brick Red #D02541
RGB
CMYK
RGB Variations
Color information
#D02541 (or 0xD02541) is known color: Brick Red. HEX triplet: D0, 25 and 41. RGB value is (208,37,65). Sum of RGB (Red+Green+Blue) = 208+37+65=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D02541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02541 is #2FDABE. Grayscale: #5B5B5B. Windows color (decimal): -3136191 or 4269520. OLE color: 4269520.
HSL color Cylindrical-coordinate representation of color #D02541: hue angle of 350.18º 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 #D02541 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 65 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.18 |
| HSL | 350.18º | 0.7% | 0.48% | - |
| HSV(B) | 350.18º | 0.82% | 0.82% | - |
| XYZ | 27.63 | 15.11 | 6.46 | - |
| YUV | 91.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 65 | 0 | 0.82 | 0.69 | 0.18 | 350.18 | 0.7 | 0.48 |
| Hex | D0 | 25 | 41 | 0 | 52 | 45 | 12 | 15E | 46 | 30 |
| Octal | 320 | 45 | 101 | 0 | 122 | 105 | 22 | 536 | 106 | 60 |
| Binary | 11010000 | 100101 | 1000001 | 0 | 1010010 | 1000101 | 10010 | 101011110 | 1000110 | 110000 |
Color Harmonies of #D02541
Complementary color
Monochromatic Colors of #D02541
Black with #D02541
Text Example
Text Example
White with #D02541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02541; }
p { color: rgb(208,37,65); }
H1.HeaderClassName
{
color: #D02541;
}
.AnyTagClassName
{
color: #D02541;
}
</style>
background-color css
<style>
a { background-color: #D02541; }
a { background-color: rgb(208,37,65); }
div.DivClassName
{
background-color: #D02541;
}
.BgClassName
{
background-color: #D02541;
}
</style>
border-color css
<style>
span { border-color: #D02541; }
span { border-color: rgb(208,37,65); }
td.TdClassName
{
border-color: #D02541;
}
.TagClassName
{
border-color: #D02541;
}
</style>