Shades of Brick Red #C42E41
Tints of Brick Red #C42E41
RGB
CMYK
RGB Variations
Color information
#C42E41 (or 0xC42E41) is known color: Brick Red. HEX triplet: C4, 2E and 41. RGB value is (196,46,65). Sum of RGB (Red+Green+Blue) = 196+46+65=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42E41 is #3BD1BE. Grayscale: #5D5D5D. Windows color (decimal): -3920319 or 4271812. OLE color: 4271812.
HSL color Cylindrical-coordinate representation of color #C42E41: hue angle of 352.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42E41 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 65 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.23 |
| HSL | 352.4º | 0.62% | 0.47% | - |
| HSV(B) | 352.4º | 0.77% | 0.77% | - |
| XYZ | 24.7 | 14.07 | 6.42 | - |
| YUV | 93.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 65 | 0 | 0.77 | 0.67 | 0.23 | 352.4 | 0.62 | 0.47 |
| Hex | C4 | 2E | 41 | 0 | 4D | 43 | 17 | 160 | 3E | 2F |
| Octal | 304 | 56 | 101 | 0 | 115 | 103 | 27 | 540 | 76 | 57 |
| Binary | 11000100 | 101110 | 1000001 | 0 | 1001101 | 1000011 | 10111 | 101100000 | 111110 | 101111 |
Color Harmonies of #C42E41
Complementary color
Monochromatic Colors of #C42E41
Black with #C42E41
Text Example
Text Example
White with #C42E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E41; }
p { color: rgb(196,46,65); }
H1.HeaderClassName
{
color: #C42E41;
}
.AnyTagClassName
{
color: #C42E41;
}
</style>
background-color css
<style>
a { background-color: #C42E41; }
a { background-color: rgb(196,46,65); }
div.DivClassName
{
background-color: #C42E41;
}
.BgClassName
{
background-color: #C42E41;
}
</style>
border-color css
<style>
span { border-color: #C42E41; }
span { border-color: rgb(196,46,65); }
td.TdClassName
{
border-color: #C42E41;
}
.TagClassName
{
border-color: #C42E41;
}
</style>