Shades of Brick Red #D13342
Tints of Brick Red #D13342
RGB
CMYK
RGB Variations
Color information
#D13342 (or 0xD13342) is known color: Brick Red. HEX triplet: D1, 33 and 42. RGB value is (209,51,66). Sum of RGB (Red+Green+Blue) = 209+51+66=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D13342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13342 is #2ECCBD. Grayscale: #646464. Windows color (decimal): -3067070 or 4338641. OLE color: 4338641.
HSL color Cylindrical-coordinate representation of color #D13342: hue angle of 354.3º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13342 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 66 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.18 |
| HSL | 354.3º | 0.63% | 0.51% | - |
| HSV(B) | 354.3º | 0.76% | 0.82% | - |
| XYZ | 28.46 | 16.32 | 6.8 | - |
| YUV | 99.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 66 | 0 | 0.76 | 0.68 | 0.18 | 354.3 | 0.63 | 0.51 |
| Hex | D1 | 33 | 42 | 0 | 4C | 44 | 12 | 162 | 3F | 33 |
| Octal | 321 | 63 | 102 | 0 | 114 | 104 | 22 | 542 | 77 | 63 |
| Binary | 11010001 | 110011 | 1000010 | 0 | 1001100 | 1000100 | 10010 | 101100010 | 111111 | 110011 |
Color Harmonies of #D13342
Complementary color
Monochromatic Colors of #D13342
Black with #D13342
Text Example
Text Example
White with #D13342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13342; }
p { color: rgb(209,51,66); }
H1.HeaderClassName
{
color: #D13342;
}
.AnyTagClassName
{
color: #D13342;
}
</style>
background-color css
<style>
a { background-color: #D13342; }
a { background-color: rgb(209,51,66); }
div.DivClassName
{
background-color: #D13342;
}
.BgClassName
{
background-color: #D13342;
}
</style>
border-color css
<style>
span { border-color: #D13342; }
span { border-color: rgb(209,51,66); }
td.TdClassName
{
border-color: #D13342;
}
.TagClassName
{
border-color: #D13342;
}
</style>