Shades of Brick Red #D02D41
Tints of Brick Red #D02D41
RGB
CMYK
RGB Variations
Color information
#D02D41 (or 0xD02D41) is known color: Brick Red. HEX triplet: D0, 2D and 41. RGB value is (208,45,65). Sum of RGB (Red+Green+Blue) = 208+45+65=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D41 is #2FD2BE. Grayscale: #606060. Windows color (decimal): -3134143 or 4271568. OLE color: 4271568.
HSL color Cylindrical-coordinate representation of color #D02D41: hue angle of 352.64º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D41 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 65 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.18 |
| HSL | 352.64º | 0.64% | 0.5% | - |
| HSV(B) | 352.64º | 0.78% | 0.82% | - |
| XYZ | 27.9 | 15.67 | 6.55 | - |
| YUV | 96.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 65 | 0 | 0.78 | 0.69 | 0.18 | 352.64 | 0.64 | 0.5 |
| Hex | D0 | 2D | 41 | 0 | 4E | 45 | 12 | 161 | 40 | 32 |
| Octal | 320 | 55 | 101 | 0 | 116 | 105 | 22 | 541 | 100 | 62 |
| Binary | 11010000 | 101101 | 1000001 | 0 | 1001110 | 1000101 | 10010 | 101100001 | 1000000 | 110010 |
Color Harmonies of #D02D41
Complementary color
Monochromatic Colors of #D02D41
Black with #D02D41
Text Example
Text Example
White with #D02D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D41; }
p { color: rgb(208,45,65); }
H1.HeaderClassName
{
color: #D02D41;
}
.AnyTagClassName
{
color: #D02D41;
}
</style>
background-color css
<style>
a { background-color: #D02D41; }
a { background-color: rgb(208,45,65); }
div.DivClassName
{
background-color: #D02D41;
}
.BgClassName
{
background-color: #D02D41;
}
</style>
border-color css
<style>
span { border-color: #D02D41; }
span { border-color: rgb(208,45,65); }
td.TdClassName
{
border-color: #D02D41;
}
.TagClassName
{
border-color: #D02D41;
}
</style>