Shades of Brick Red #D0273B
Tints of Brick Red #D0273B
RGB
CMYK
RGB Variations
Color information
#D0273B (or 0xD0273B) is known color: Brick Red. HEX triplet: D0, 27 and 3B. RGB value is (208,39,59). Sum of RGB (Red+Green+Blue) = 208+39+59=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0273B is #2FD8C4. Grayscale: #5B5B5B. Windows color (decimal): -3135685 or 3876816. OLE color: 3876816.
HSL color Cylindrical-coordinate representation of color #D0273B: hue angle of 352.9º 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 #D0273B is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 59 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.18 |
| HSL | 352.9º | 0.68% | 0.48% | - |
| HSV(B) | 352.9º | 0.81% | 0.82% | - |
| XYZ | 27.53 | 15.18 | 5.62 | - |
| YUV | 91.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 59 | 0 | 0.81 | 0.72 | 0.18 | 352.9 | 0.68 | 0.48 |
| Hex | D0 | 27 | 3B | 0 | 51 | 48 | 12 | 161 | 44 | 30 |
| Octal | 320 | 47 | 73 | 0 | 121 | 110 | 22 | 541 | 104 | 60 |
| Binary | 11010000 | 100111 | 111011 | 0 | 1010001 | 1001000 | 10010 | 101100001 | 1000100 | 110000 |
Color Harmonies of #D0273B
Complementary color
Monochromatic Colors of #D0273B
Black with #D0273B
Text Example
Text Example
White with #D0273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0273B; }
p { color: rgb(208,39,59); }
H1.HeaderClassName
{
color: #D0273B;
}
.AnyTagClassName
{
color: #D0273B;
}
</style>
background-color css
<style>
a { background-color: #D0273B; }
a { background-color: rgb(208,39,59); }
div.DivClassName
{
background-color: #D0273B;
}
.BgClassName
{
background-color: #D0273B;
}
</style>
border-color css
<style>
span { border-color: #D0273B; }
span { border-color: rgb(208,39,59); }
td.TdClassName
{
border-color: #D0273B;
}
.TagClassName
{
border-color: #D0273B;
}
</style>