Shades of Brick Red #D02741
Tints of Brick Red #D02741
RGB
CMYK
RGB Variations
Color information
#D02741 (or 0xD02741) is known color: Brick Red. HEX triplet: D0, 27 and 41. RGB value is (208,39,65). Sum of RGB (Red+Green+Blue) = 208+39+65=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D02741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02741 is #2FD8BE. Grayscale: #5C5C5C. Windows color (decimal): -3135679 or 4270032. OLE color: 4270032.
HSL color Cylindrical-coordinate representation of color #D02741: hue angle of 350.77º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02741 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 65 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.18 |
| HSL | 350.77º | 0.68% | 0.48% | - |
| HSV(B) | 350.77º | 0.81% | 0.82% | - |
| XYZ | 27.69 | 15.24 | 6.48 | - |
| YUV | 92.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 65 | 0 | 0.81 | 0.69 | 0.18 | 350.77 | 0.68 | 0.48 |
| Hex | D0 | 27 | 41 | 0 | 51 | 45 | 12 | 15F | 44 | 30 |
| Octal | 320 | 47 | 101 | 0 | 121 | 105 | 22 | 537 | 104 | 60 |
| Binary | 11010000 | 100111 | 1000001 | 0 | 1010001 | 1000101 | 10010 | 101011111 | 1000100 | 110000 |
Color Harmonies of #D02741
Complementary color
Monochromatic Colors of #D02741
Black with #D02741
Text Example
Text Example
White with #D02741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02741; }
p { color: rgb(208,39,65); }
H1.HeaderClassName
{
color: #D02741;
}
.AnyTagClassName
{
color: #D02741;
}
</style>
background-color css
<style>
a { background-color: #D02741; }
a { background-color: rgb(208,39,65); }
div.DivClassName
{
background-color: #D02741;
}
.BgClassName
{
background-color: #D02741;
}
</style>
border-color css
<style>
span { border-color: #D02741; }
span { border-color: rgb(208,39,65); }
td.TdClassName
{
border-color: #D02741;
}
.TagClassName
{
border-color: #D02741;
}
</style>