Shades of Brick Red #D0273D
Tints of Brick Red #D0273D
RGB
CMYK
RGB Variations
Color information
#D0273D (or 0xD0273D) is known color: Brick Red. HEX triplet: D0, 27 and 3D. RGB value is (208,39,61). Sum of RGB (Red+Green+Blue) = 208+39+61=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0273D is #2FD8C2. Grayscale: #5C5C5C. Windows color (decimal): -3135683 or 4007888. OLE color: 4007888.
HSL color Cylindrical-coordinate representation of color #D0273D: hue angle of 352.19º 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 #D0273D is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 61 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.18 |
| HSL | 352.19º | 0.68% | 0.48% | - |
| HSV(B) | 352.19º | 0.81% | 0.82% | - |
| XYZ | 27.58 | 15.2 | 5.89 | - |
| YUV | 92.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 61 | 0 | 0.81 | 0.71 | 0.18 | 352.19 | 0.68 | 0.48 |
| Hex | D0 | 27 | 3D | 0 | 51 | 47 | 12 | 160 | 44 | 30 |
| Octal | 320 | 47 | 75 | 0 | 121 | 107 | 22 | 540 | 104 | 60 |
| Binary | 11010000 | 100111 | 111101 | 0 | 1010001 | 1000111 | 10010 | 101100000 | 1000100 | 110000 |
Color Harmonies of #D0273D
Complementary color
Monochromatic Colors of #D0273D
Black with #D0273D
Text Example
Text Example
White with #D0273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0273D; }
p { color: rgb(208,39,61); }
H1.HeaderClassName
{
color: #D0273D;
}
.AnyTagClassName
{
color: #D0273D;
}
</style>
background-color css
<style>
a { background-color: #D0273D; }
a { background-color: rgb(208,39,61); }
div.DivClassName
{
background-color: #D0273D;
}
.BgClassName
{
background-color: #D0273D;
}
</style>
border-color css
<style>
span { border-color: #D0273D; }
span { border-color: rgb(208,39,61); }
td.TdClassName
{
border-color: #D0273D;
}
.TagClassName
{
border-color: #D0273D;
}
</style>