Shades of Brick Red #D0274C
Tints of Brick Red #D0274C
RGB
CMYK
RGB Variations
Color information
#D0274C (or 0xD0274C) is known color: Brick Red. HEX triplet: D0, 27 and 4C. RGB value is (208,39,76). Sum of RGB (Red+Green+Blue) = 208+39+76=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0274C is #2FD8B3. Grayscale: #5D5D5D. Windows color (decimal): -3135668 or 4990928. OLE color: 4990928.
HSL color Cylindrical-coordinate representation of color #D0274C: hue angle of 346.86º 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 #D0274C is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 76 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.18 |
| HSL | 346.86º | 0.68% | 0.48% | - |
| HSV(B) | 346.86º | 0.81% | 0.82% | - |
| XYZ | 28.04 | 15.38 | 8.33 | - |
| YUV | 93.75 | 117.99 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 76 | 0 | 0.81 | 0.63 | 0.18 | 346.86 | 0.68 | 0.48 |
| Hex | D0 | 27 | 4C | 0 | 51 | 3F | 12 | 15B | 44 | 30 |
| Octal | 320 | 47 | 114 | 0 | 121 | 77 | 22 | 533 | 104 | 60 |
| Binary | 11010000 | 100111 | 1001100 | 0 | 1010001 | 111111 | 10010 | 101011011 | 1000100 | 110000 |
Color Harmonies of #D0274C
Complementary color
Monochromatic Colors of #D0274C
Black with #D0274C
Text Example
Text Example
White with #D0274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0274C; }
p { color: rgb(208,39,76); }
H1.HeaderClassName
{
color: #D0274C;
}
.AnyTagClassName
{
color: #D0274C;
}
</style>
background-color css
<style>
a { background-color: #D0274C; }
a { background-color: rgb(208,39,76); }
div.DivClassName
{
background-color: #D0274C;
}
.BgClassName
{
background-color: #D0274C;
}
</style>
border-color css
<style>
span { border-color: #D0274C; }
span { border-color: rgb(208,39,76); }
td.TdClassName
{
border-color: #D0274C;
}
.TagClassName
{
border-color: #D0274C;
}
</style>