Shades of Brick Red #D02B43
Tints of Brick Red #D02B43
RGB
CMYK
RGB Variations
Color information
#D02B43 (or 0xD02B43) is known color: Brick Red. HEX triplet: D0, 2B and 43. RGB value is (208,43,67). Sum of RGB (Red+Green+Blue) = 208+43+67=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02B43 is #2FD4BC. Grayscale: #5F5F5F. Windows color (decimal): -3134653 or 4402128. OLE color: 4402128.
HSL color Cylindrical-coordinate representation of color #D02B43: hue angle of 351.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02B43 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 67 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.18 |
| HSL | 351.27º | 0.66% | 0.49% | - |
| HSV(B) | 351.27º | 0.79% | 0.82% | - |
| XYZ | 27.89 | 15.54 | 6.84 | - |
| YUV | 95.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 67 | 0 | 0.79 | 0.68 | 0.18 | 351.27 | 0.66 | 0.49 |
| Hex | D0 | 2B | 43 | 0 | 4F | 44 | 12 | 15F | 42 | 31 |
| Octal | 320 | 53 | 103 | 0 | 117 | 104 | 22 | 537 | 102 | 61 |
| Binary | 11010000 | 101011 | 1000011 | 0 | 1001111 | 1000100 | 10010 | 101011111 | 1000010 | 110001 |
Color Harmonies of #D02B43
Complementary color
Monochromatic Colors of #D02B43
Black with #D02B43
Text Example
Text Example
White with #D02B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02B43; }
p { color: rgb(208,43,67); }
H1.HeaderClassName
{
color: #D02B43;
}
.AnyTagClassName
{
color: #D02B43;
}
</style>
background-color css
<style>
a { background-color: #D02B43; }
a { background-color: rgb(208,43,67); }
div.DivClassName
{
background-color: #D02B43;
}
.BgClassName
{
background-color: #D02B43;
}
</style>
border-color css
<style>
span { border-color: #D02B43; }
span { border-color: rgb(208,43,67); }
td.TdClassName
{
border-color: #D02B43;
}
.TagClassName
{
border-color: #D02B43;
}
</style>