Shades of Brick Red #D02744
Tints of Brick Red #D02744
RGB
CMYK
RGB Variations
Color information
#D02744 (or 0xD02744) is known color: Brick Red. HEX triplet: D0, 27 and 44. RGB value is (208,39,68). Sum of RGB (Red+Green+Blue) = 208+39+68=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D02744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02744 is #2FD8BB. Grayscale: #5C5C5C. Windows color (decimal): -3135676 or 4466640. OLE color: 4466640.
HSL color Cylindrical-coordinate representation of color #D02744: hue angle of 349.7º 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 #D02744 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 68 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.18 |
| HSL | 349.7º | 0.68% | 0.48% | - |
| HSV(B) | 349.7º | 0.81% | 0.82% | - |
| XYZ | 27.78 | 15.28 | 6.95 | - |
| YUV | 92.84 | 113.99 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 68 | 0 | 0.81 | 0.67 | 0.18 | 349.7 | 0.68 | 0.48 |
| Hex | D0 | 27 | 44 | 0 | 51 | 43 | 12 | 15E | 44 | 30 |
| Octal | 320 | 47 | 104 | 0 | 121 | 103 | 22 | 536 | 104 | 60 |
| Binary | 11010000 | 100111 | 1000100 | 0 | 1010001 | 1000011 | 10010 | 101011110 | 1000100 | 110000 |
Color Harmonies of #D02744
Complementary color
Monochromatic Colors of #D02744
Black with #D02744
Text Example
Text Example
White with #D02744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02744; }
p { color: rgb(208,39,68); }
H1.HeaderClassName
{
color: #D02744;
}
.AnyTagClassName
{
color: #D02744;
}
</style>
background-color css
<style>
a { background-color: #D02744; }
a { background-color: rgb(208,39,68); }
div.DivClassName
{
background-color: #D02744;
}
.BgClassName
{
background-color: #D02744;
}
</style>
border-color css
<style>
span { border-color: #D02744; }
span { border-color: rgb(208,39,68); }
td.TdClassName
{
border-color: #D02744;
}
.TagClassName
{
border-color: #D02744;
}
</style>