Shades of Brick Red #D0264B
Tints of Brick Red #D0264B
RGB
CMYK
RGB Variations
Color information
#D0264B (or 0xD0264B) is known color: Brick Red. HEX triplet: D0, 26 and 4B. RGB value is (208,38,75). Sum of RGB (Red+Green+Blue) = 208+38+75=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0264B is #2FD9B4. Grayscale: #5D5D5D. Windows color (decimal): -3135925 or 4925136. OLE color: 4925136.
HSL color Cylindrical-coordinate representation of color #D0264B: hue angle of 346.94º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0264B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 75 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.18 |
| HSL | 346.94º | 0.69% | 0.48% | - |
| HSV(B) | 346.94º | 0.82% | 0.82% | - |
| XYZ | 27.98 | 15.3 | 8.14 | - |
| YUV | 93.05 | 117.82 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 75 | 0 | 0.82 | 0.64 | 0.18 | 346.94 | 0.69 | 0.48 |
| Hex | D0 | 26 | 4B | 0 | 52 | 40 | 12 | 15B | 45 | 30 |
| Octal | 320 | 46 | 113 | 0 | 122 | 100 | 22 | 533 | 105 | 60 |
| Binary | 11010000 | 100110 | 1001011 | 0 | 1010010 | 1000000 | 10010 | 101011011 | 1000101 | 110000 |
Color Harmonies of #D0264B
Complementary color
Monochromatic Colors of #D0264B
Black with #D0264B
Text Example
Text Example
White with #D0264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0264B; }
p { color: rgb(208,38,75); }
H1.HeaderClassName
{
color: #D0264B;
}
.AnyTagClassName
{
color: #D0264B;
}
</style>
background-color css
<style>
a { background-color: #D0264B; }
a { background-color: rgb(208,38,75); }
div.DivClassName
{
background-color: #D0264B;
}
.BgClassName
{
background-color: #D0264B;
}
</style>
border-color css
<style>
span { border-color: #D0264B; }
span { border-color: rgb(208,38,75); }
td.TdClassName
{
border-color: #D0264B;
}
.TagClassName
{
border-color: #D0264B;
}
</style>