Shades of Brick Red #D2263D
Tints of Brick Red #D2263D
RGB
CMYK
RGB Variations
Color information
#D2263D (or 0xD2263D) is known color: Brick Red. HEX triplet: D2, 26 and 3D. RGB value is (210,38,61). Sum of RGB (Red+Green+Blue) = 210+38+61=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2263D is #2DD9C2. Grayscale: #5C5C5C. Windows color (decimal): -3004867 or 4007634. OLE color: 4007634.
HSL color Cylindrical-coordinate representation of color #D2263D: hue angle of 351.98º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2263D is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 61 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.18 |
| HSL | 351.98º | 0.69% | 0.49% | - |
| HSV(B) | 351.98º | 0.82% | 0.82% | - |
| XYZ | 28.11 | 15.42 | 5.91 | - |
| YUV | 92.05 | 110.48 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 61 | 0 | 0.82 | 0.71 | 0.18 | 351.98 | 0.69 | 0.49 |
| Hex | D2 | 26 | 3D | 0 | 52 | 47 | 12 | 160 | 45 | 31 |
| Octal | 322 | 46 | 75 | 0 | 122 | 107 | 22 | 540 | 105 | 61 |
| Binary | 11010010 | 100110 | 111101 | 0 | 1010010 | 1000111 | 10010 | 101100000 | 1000101 | 110001 |
Color Harmonies of #D2263D
Complementary color
Monochromatic Colors of #D2263D
Black with #D2263D
Text Example
Text Example
White with #D2263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2263D; }
p { color: rgb(210,38,61); }
H1.HeaderClassName
{
color: #D2263D;
}
.AnyTagClassName
{
color: #D2263D;
}
</style>
background-color css
<style>
a { background-color: #D2263D; }
a { background-color: rgb(210,38,61); }
div.DivClassName
{
background-color: #D2263D;
}
.BgClassName
{
background-color: #D2263D;
}
</style>
border-color css
<style>
span { border-color: #D2263D; }
span { border-color: rgb(210,38,61); }
td.TdClassName
{
border-color: #D2263D;
}
.TagClassName
{
border-color: #D2263D;
}
</style>