Shades of Brick Red #D2273C
Tints of Brick Red #D2273C
RGB
CMYK
RGB Variations
Color information
#D2273C (or 0xD2273C) is known color: Brick Red. HEX triplet: D2, 27 and 3C. RGB value is (210,39,60). Sum of RGB (Red+Green+Blue) = 210+39+60=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2273C is #2DD8C3. Grayscale: #5C5C5C. Windows color (decimal): -3004612 or 3942354. OLE color: 3942354.
HSL color Cylindrical-coordinate representation of color #D2273C: hue angle of 352.63º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2273C is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 60 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.18 |
| HSL | 352.63º | 0.69% | 0.49% | - |
| HSV(B) | 352.63º | 0.81% | 0.82% | - |
| XYZ | 28.12 | 15.48 | 5.78 | - |
| YUV | 92.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 60 | 0 | 0.81 | 0.71 | 0.18 | 352.63 | 0.69 | 0.49 |
| Hex | D2 | 27 | 3C | 0 | 51 | 47 | 12 | 161 | 45 | 31 |
| Octal | 322 | 47 | 74 | 0 | 121 | 107 | 22 | 541 | 105 | 61 |
| Binary | 11010010 | 100111 | 111100 | 0 | 1010001 | 1000111 | 10010 | 101100001 | 1000101 | 110001 |
Color Harmonies of #D2273C
Complementary color
Monochromatic Colors of #D2273C
Black with #D2273C
Text Example
Text Example
White with #D2273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2273C; }
p { color: rgb(210,39,60); }
H1.HeaderClassName
{
color: #D2273C;
}
.AnyTagClassName
{
color: #D2273C;
}
</style>
background-color css
<style>
a { background-color: #D2273C; }
a { background-color: rgb(210,39,60); }
div.DivClassName
{
background-color: #D2273C;
}
.BgClassName
{
background-color: #D2273C;
}
</style>
border-color css
<style>
span { border-color: #D2273C; }
span { border-color: rgb(210,39,60); }
td.TdClassName
{
border-color: #D2273C;
}
.TagClassName
{
border-color: #D2273C;
}
</style>