Shades of Brick Red #C42F42
Tints of Brick Red #C42F42
RGB
CMYK
RGB Variations
Color information
#C42F42 (or 0xC42F42) is known color: Brick Red. HEX triplet: C4, 2F and 42. RGB value is (196,47,66). Sum of RGB (Red+Green+Blue) = 196+47+66=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42F42 is #3BD0BD. Grayscale: #5D5D5D. Windows color (decimal): -3920062 or 4337604. OLE color: 4337604.
HSL color Cylindrical-coordinate representation of color #C42F42: hue angle of 352.35º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42F42 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 66 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.23 |
| HSL | 352.35º | 0.61% | 0.48% | - |
| HSV(B) | 352.35º | 0.76% | 0.77% | - |
| XYZ | 24.76 | 14.16 | 6.58 | - |
| YUV | 93.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 66 | 0 | 0.76 | 0.66 | 0.23 | 352.35 | 0.61 | 0.48 |
| Hex | C4 | 2F | 42 | 0 | 4C | 42 | 17 | 160 | 3D | 30 |
| Octal | 304 | 57 | 102 | 0 | 114 | 102 | 27 | 540 | 75 | 60 |
| Binary | 11000100 | 101111 | 1000010 | 0 | 1001100 | 1000010 | 10111 | 101100000 | 111101 | 110000 |
Color Harmonies of #C42F42
Complementary color
Monochromatic Colors of #C42F42
Black with #C42F42
Text Example
Text Example
White with #C42F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F42; }
p { color: rgb(196,47,66); }
H1.HeaderClassName
{
color: #C42F42;
}
.AnyTagClassName
{
color: #C42F42;
}
</style>
background-color css
<style>
a { background-color: #C42F42; }
a { background-color: rgb(196,47,66); }
div.DivClassName
{
background-color: #C42F42;
}
.BgClassName
{
background-color: #C42F42;
}
</style>
border-color css
<style>
span { border-color: #C42F42; }
span { border-color: rgb(196,47,66); }
td.TdClassName
{
border-color: #C42F42;
}
.TagClassName
{
border-color: #C42F42;
}
</style>