Shades of Brick Red #D4263D
Tints of Brick Red #D4263D
RGB
CMYK
RGB Variations
Color information
#D4263D (or 0xD4263D) is known color: Brick Red. HEX triplet: D4, 26 and 3D. RGB value is (212,38,61). Sum of RGB (Red+Green+Blue) = 212+38+61=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4263D is #2BD9C2. Grayscale: #5C5C5C. Windows color (decimal): -2873795 or 4007636. OLE color: 4007636.
HSL color Cylindrical-coordinate representation of color #D4263D: hue angle of 352.07º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4263D is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 61 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.17 |
| HSL | 352.07º | 0.7% | 0.49% | - |
| HSV(B) | 352.07º | 0.82% | 0.83% | - |
| XYZ | 28.69 | 15.72 | 5.94 | - |
| YUV | 92.65 | 110.15 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 61 | 0 | 0.82 | 0.71 | 0.17 | 352.07 | 0.7 | 0.49 |
| Hex | D4 | 26 | 3D | 0 | 52 | 47 | 11 | 160 | 46 | 31 |
| Octal | 324 | 46 | 75 | 0 | 122 | 107 | 21 | 540 | 106 | 61 |
| Binary | 11010100 | 100110 | 111101 | 0 | 1010010 | 1000111 | 10001 | 101100000 | 1000110 | 110001 |
Color Harmonies of #D4263D
Complementary color
Monochromatic Colors of #D4263D
Black with #D4263D
Text Example
Text Example
White with #D4263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4263D; }
p { color: rgb(212,38,61); }
H1.HeaderClassName
{
color: #D4263D;
}
.AnyTagClassName
{
color: #D4263D;
}
</style>
background-color css
<style>
a { background-color: #D4263D; }
a { background-color: rgb(212,38,61); }
div.DivClassName
{
background-color: #D4263D;
}
.BgClassName
{
background-color: #D4263D;
}
</style>
border-color css
<style>
span { border-color: #D4263D; }
span { border-color: rgb(212,38,61); }
td.TdClassName
{
border-color: #D4263D;
}
.TagClassName
{
border-color: #D4263D;
}
</style>