Shades of Brick Red #D63D4A
Tints of Brick Red #D63D4A
RGB
CMYK
RGB Variations
Color information
#D63D4A (or 0xD63D4A) is known color: Brick Red. HEX triplet: D6, 3D and 4A. RGB value is (214,61,74). Sum of RGB (Red+Green+Blue) = 214+61+74=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D4A is #29C2B5. Grayscale: #6C6C6C. Windows color (decimal): -2736822 or 4865494. OLE color: 4865494.
HSL color Cylindrical-coordinate representation of color #D63D4A: hue angle of 354.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63D4A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 74 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.16 |
| HSL | 354.9º | 0.65% | 0.54% | - |
| HSV(B) | 354.9º | 0.71% | 0.84% | - |
| XYZ | 30.64 | 18.13 | 8.36 | - |
| YUV | 108.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 74 | 0 | 0.71 | 0.65 | 0.16 | 354.9 | 0.65 | 0.54 |
| Hex | D6 | 3D | 4A | 0 | 47 | 41 | 10 | 163 | 41 | 36 |
| Octal | 326 | 75 | 112 | 0 | 107 | 101 | 20 | 543 | 101 | 66 |
| Binary | 11010110 | 111101 | 1001010 | 0 | 1000111 | 1000001 | 10000 | 101100011 | 1000001 | 110110 |
Color Harmonies of #D63D4A
Complementary color
Monochromatic Colors of #D63D4A
Black with #D63D4A
Text Example
Text Example
White with #D63D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D4A; }
p { color: rgb(214,61,74); }
H1.HeaderClassName
{
color: #D63D4A;
}
.AnyTagClassName
{
color: #D63D4A;
}
</style>
background-color css
<style>
a { background-color: #D63D4A; }
a { background-color: rgb(214,61,74); }
div.DivClassName
{
background-color: #D63D4A;
}
.BgClassName
{
background-color: #D63D4A;
}
</style>
border-color css
<style>
span { border-color: #D63D4A; }
span { border-color: rgb(214,61,74); }
td.TdClassName
{
border-color: #D63D4A;
}
.TagClassName
{
border-color: #D63D4A;
}
</style>