Shades of Brick Red #C2273D
Tints of Brick Red #C2273D
RGB
CMYK
RGB Variations
Color information
#C2273D (or 0xC2273D) is known color: Brick Red. HEX triplet: C2, 27 and 3D. RGB value is (194,39,61). Sum of RGB (Red+Green+Blue) = 194+39+61=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2273D is #3DD8C2. Grayscale: #575757. Windows color (decimal): -4053187 or 4007874. OLE color: 4007874.
HSL color Cylindrical-coordinate representation of color #C2273D: hue angle of 351.48º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2273D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 61 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.24 |
| HSL | 351.48º | 0.67% | 0.46% | - |
| HSV(B) | 351.48º | 0.8% | 0.76% | - |
| XYZ | 23.82 | 13.26 | 5.72 | - |
| YUV | 87.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 61 | 0 | 0.80 | 0.69 | 0.24 | 351.48 | 0.67 | 0.46 |
| Hex | C2 | 27 | 3D | 0 | 50 | 45 | 18 | 15F | 43 | 2E |
| Octal | 302 | 47 | 75 | 0 | 120 | 105 | 30 | 537 | 103 | 56 |
| Binary | 11000010 | 100111 | 111101 | 0 | 1010000 | 1000101 | 11000 | 101011111 | 1000011 | 101110 |
Color Harmonies of #C2273D
Complementary color
Monochromatic Colors of #C2273D
Black with #C2273D
Text Example
Text Example
White with #C2273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2273D; }
p { color: rgb(194,39,61); }
H1.HeaderClassName
{
color: #C2273D;
}
.AnyTagClassName
{
color: #C2273D;
}
</style>
background-color css
<style>
a { background-color: #C2273D; }
a { background-color: rgb(194,39,61); }
div.DivClassName
{
background-color: #C2273D;
}
.BgClassName
{
background-color: #C2273D;
}
</style>
border-color css
<style>
span { border-color: #C2273D; }
span { border-color: rgb(194,39,61); }
td.TdClassName
{
border-color: #C2273D;
}
.TagClassName
{
border-color: #C2273D;
}
</style>