Shades of Brick Red #C2303D
Tints of Brick Red #C2303D
RGB
CMYK
RGB Variations
Color information
#C2303D (or 0xC2303D) is known color: Brick Red. HEX triplet: C2, 30 and 3D. RGB value is (194,48,61). Sum of RGB (Red+Green+Blue) = 194+48+61=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2303D is #3DCFC2. Grayscale: #5D5D5D. Windows color (decimal): -4050883 or 4010178. OLE color: 4010178.
HSL color Cylindrical-coordinate representation of color #C2303D: hue angle of 354.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2303D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 61 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.24 |
| HSL | 354.66º | 0.6% | 0.47% | - |
| HSV(B) | 354.66º | 0.75% | 0.76% | - |
| XYZ | 24.15 | 13.92 | 5.83 | - |
| YUV | 93.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 61 | 0 | 0.75 | 0.69 | 0.24 | 354.66 | 0.6 | 0.47 |
| Hex | C2 | 30 | 3D | 0 | 4B | 45 | 18 | 163 | 3C | 2F |
| Octal | 302 | 60 | 75 | 0 | 113 | 105 | 30 | 543 | 74 | 57 |
| Binary | 11000010 | 110000 | 111101 | 0 | 1001011 | 1000101 | 11000 | 101100011 | 111100 | 101111 |
Color Harmonies of #C2303D
Complementary color
Monochromatic Colors of #C2303D
Black with #C2303D
Text Example
Text Example
White with #C2303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2303D; }
p { color: rgb(194,48,61); }
H1.HeaderClassName
{
color: #C2303D;
}
.AnyTagClassName
{
color: #C2303D;
}
</style>
background-color css
<style>
a { background-color: #C2303D; }
a { background-color: rgb(194,48,61); }
div.DivClassName
{
background-color: #C2303D;
}
.BgClassName
{
background-color: #C2303D;
}
</style>
border-color css
<style>
span { border-color: #C2303D; }
span { border-color: rgb(194,48,61); }
td.TdClassName
{
border-color: #C2303D;
}
.TagClassName
{
border-color: #C2303D;
}
</style>