Shades of Brick Red #C22D3F
Tints of Brick Red #C22D3F
RGB
CMYK
RGB Variations
Color information
#C22D3F (or 0xC22D3F) is known color: Brick Red. HEX triplet: C2, 2D and 3F. RGB value is (194,45,63). Sum of RGB (Red+Green+Blue) = 194+45+63=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D3F is #3DD2C0. Grayscale: #5B5B5B. Windows color (decimal): -4051649 or 4140482. OLE color: 4140482.
HSL color Cylindrical-coordinate representation of color #C22D3F: hue angle of 352.75º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22D3F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 63 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.24 |
| HSL | 352.75º | 0.62% | 0.47% | - |
| HSV(B) | 352.75º | 0.77% | 0.76% | - |
| XYZ | 24.08 | 13.7 | 6.08 | - |
| YUV | 91.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 63 | 0 | 0.77 | 0.68 | 0.24 | 352.75 | 0.62 | 0.47 |
| Hex | C2 | 2D | 3F | 0 | 4D | 44 | 18 | 161 | 3E | 2F |
| Octal | 302 | 55 | 77 | 0 | 115 | 104 | 30 | 541 | 76 | 57 |
| Binary | 11000010 | 101101 | 111111 | 0 | 1001101 | 1000100 | 11000 | 101100001 | 111110 | 101111 |
Color Harmonies of #C22D3F
Complementary color
Monochromatic Colors of #C22D3F
Black with #C22D3F
Text Example
Text Example
White with #C22D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D3F; }
p { color: rgb(194,45,63); }
H1.HeaderClassName
{
color: #C22D3F;
}
.AnyTagClassName
{
color: #C22D3F;
}
</style>
background-color css
<style>
a { background-color: #C22D3F; }
a { background-color: rgb(194,45,63); }
div.DivClassName
{
background-color: #C22D3F;
}
.BgClassName
{
background-color: #C22D3F;
}
</style>
border-color css
<style>
span { border-color: #C22D3F; }
span { border-color: rgb(194,45,63); }
td.TdClassName
{
border-color: #C22D3F;
}
.TagClassName
{
border-color: #C22D3F;
}
</style>