Shades of Brick Red #D0253F
Tints of Brick Red #D0253F
RGB
CMYK
RGB Variations
Color information
#D0253F (or 0xD0253F) is known color: Brick Red. HEX triplet: D0, 25 and 3F. RGB value is (208,37,63). Sum of RGB (Red+Green+Blue) = 208+37+63=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0253F is #2FDAC0. Grayscale: #5B5B5B. Windows color (decimal): -3136193 or 4138448. OLE color: 4138448.
HSL color Cylindrical-coordinate representation of color #D0253F: hue angle of 350.88º degrees, saturation: 0.7, 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 #D0253F is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 63 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.18 |
| HSL | 350.88º | 0.7% | 0.48% | - |
| HSV(B) | 350.88º | 0.82% | 0.82% | - |
| XYZ | 27.57 | 15.09 | 6.16 | - |
| YUV | 91.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 63 | 0 | 0.82 | 0.70 | 0.18 | 350.88 | 0.7 | 0.48 |
| Hex | D0 | 25 | 3F | 0 | 52 | 46 | 12 | 15F | 46 | 30 |
| Octal | 320 | 45 | 77 | 0 | 122 | 106 | 22 | 537 | 106 | 60 |
| Binary | 11010000 | 100101 | 111111 | 0 | 1010010 | 1000110 | 10010 | 101011111 | 1000110 | 110000 |
Color Harmonies of #D0253F
Complementary color
Monochromatic Colors of #D0253F
Black with #D0253F
Text Example
Text Example
White with #D0253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0253F; }
p { color: rgb(208,37,63); }
H1.HeaderClassName
{
color: #D0253F;
}
.AnyTagClassName
{
color: #D0253F;
}
</style>
background-color css
<style>
a { background-color: #D0253F; }
a { background-color: rgb(208,37,63); }
div.DivClassName
{
background-color: #D0253F;
}
.BgClassName
{
background-color: #D0253F;
}
</style>
border-color css
<style>
span { border-color: #D0253F; }
span { border-color: rgb(208,37,63); }
td.TdClassName
{
border-color: #D0253F;
}
.TagClassName
{
border-color: #D0253F;
}
</style>