Shades of Brick Red #D02445
Tints of Brick Red #D02445
RGB
CMYK
RGB Variations
Color information
#D02445 (or 0xD02445) is known color: Brick Red. HEX triplet: D0, 24 and 45. RGB value is (208,36,69). Sum of RGB (Red+Green+Blue) = 208+36+69=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D02445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02445 is #2FDBBA. Grayscale: #5B5B5B. Windows color (decimal): -3136443 or 4531408. OLE color: 4531408.
HSL color Cylindrical-coordinate representation of color #D02445: hue angle of 348.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02445 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 69 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.18 |
| HSL | 348.49º | 0.7% | 0.48% | - |
| HSV(B) | 348.49º | 0.83% | 0.82% | - |
| XYZ | 27.72 | 15.1 | 7.08 | - |
| YUV | 91.19 | 115.48 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 69 | 0 | 0.83 | 0.67 | 0.18 | 348.49 | 0.7 | 0.48 |
| Hex | D0 | 24 | 45 | 0 | 53 | 43 | 12 | 15C | 46 | 30 |
| Octal | 320 | 44 | 105 | 0 | 123 | 103 | 22 | 534 | 106 | 60 |
| Binary | 11010000 | 100100 | 1000101 | 0 | 1010011 | 1000011 | 10010 | 101011100 | 1000110 | 110000 |
Color Harmonies of #D02445
Complementary color
Monochromatic Colors of #D02445
Black with #D02445
Text Example
Text Example
White with #D02445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02445; }
p { color: rgb(208,36,69); }
H1.HeaderClassName
{
color: #D02445;
}
.AnyTagClassName
{
color: #D02445;
}
</style>
background-color css
<style>
a { background-color: #D02445; }
a { background-color: rgb(208,36,69); }
div.DivClassName
{
background-color: #D02445;
}
.BgClassName
{
background-color: #D02445;
}
</style>
border-color css
<style>
span { border-color: #D02445; }
span { border-color: rgb(208,36,69); }
td.TdClassName
{
border-color: #D02445;
}
.TagClassName
{
border-color: #D02445;
}
</style>