Shades of Brick Red #D62A45
Tints of Brick Red #D62A45
RGB
CMYK
RGB Variations
Color information
#D62A45 (or 0xD62A45) is known color: Brick Red. HEX triplet: D6, 2A and 45. RGB value is (214,42,69). Sum of RGB (Red+Green+Blue) = 214+42+69=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A45 is #29D5BA. Grayscale: #606060. Windows color (decimal): -2741691 or 4532950. OLE color: 4532950.
HSL color Cylindrical-coordinate representation of color #D62A45: hue angle of 350.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A45 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 69 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.16 |
| HSL | 350.58º | 0.68% | 0.5% | - |
| HSV(B) | 350.58º | 0.8% | 0.84% | - |
| XYZ | 29.63 | 16.38 | 7.23 | - |
| YUV | 96.51 | 112.48 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 69 | 0 | 0.80 | 0.68 | 0.16 | 350.58 | 0.68 | 0.5 |
| Hex | D6 | 2A | 45 | 0 | 50 | 44 | 10 | 15F | 44 | 32 |
| Octal | 326 | 52 | 105 | 0 | 120 | 104 | 20 | 537 | 104 | 62 |
| Binary | 11010110 | 101010 | 1000101 | 0 | 1010000 | 1000100 | 10000 | 101011111 | 1000100 | 110010 |
Color Harmonies of #D62A45
Complementary color
Monochromatic Colors of #D62A45
Black with #D62A45
Text Example
Text Example
White with #D62A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62A45; }
p { color: rgb(214,42,69); }
H1.HeaderClassName
{
color: #D62A45;
}
.AnyTagClassName
{
color: #D62A45;
}
</style>
background-color css
<style>
a { background-color: #D62A45; }
a { background-color: rgb(214,42,69); }
div.DivClassName
{
background-color: #D62A45;
}
.BgClassName
{
background-color: #D62A45;
}
</style>
border-color css
<style>
span { border-color: #D62A45; }
span { border-color: rgb(214,42,69); }
td.TdClassName
{
border-color: #D62A45;
}
.TagClassName
{
border-color: #D62A45;
}
</style>