Shades of Brick Red #C23344
Tints of Brick Red #C23344
RGB
CMYK
RGB Variations
Color information
#C23344 (or 0xC23344) is known color: Brick Red. HEX triplet: C2, 33 and 44. RGB value is (194,51,68). Sum of RGB (Red+Green+Blue) = 194+51+68=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C23344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23344 is #3DCCBB. Grayscale: #5F5F5F. Windows color (decimal): -4050108 or 4469698. OLE color: 4469698.
HSL color Cylindrical-coordinate representation of color #C23344: hue angle of 352.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23344 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 68 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.24 |
| HSL | 352.87º | 0.58% | 0.48% | - |
| HSV(B) | 352.87º | 0.74% | 0.76% | - |
| XYZ | 24.48 | 14.25 | 6.93 | - |
| YUV | 95.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 68 | 0 | 0.74 | 0.65 | 0.24 | 352.87 | 0.58 | 0.48 |
| Hex | C2 | 33 | 44 | 0 | 4A | 41 | 18 | 161 | 3A | 30 |
| Octal | 302 | 63 | 104 | 0 | 112 | 101 | 30 | 541 | 72 | 60 |
| Binary | 11000010 | 110011 | 1000100 | 0 | 1001010 | 1000001 | 11000 | 101100001 | 111010 | 110000 |
Color Harmonies of #C23344
Complementary color
Monochromatic Colors of #C23344
Black with #C23344
Text Example
Text Example
White with #C23344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23344; }
p { color: rgb(194,51,68); }
H1.HeaderClassName
{
color: #C23344;
}
.AnyTagClassName
{
color: #C23344;
}
</style>
background-color css
<style>
a { background-color: #C23344; }
a { background-color: rgb(194,51,68); }
div.DivClassName
{
background-color: #C23344;
}
.BgClassName
{
background-color: #C23344;
}
</style>
border-color css
<style>
span { border-color: #C23344; }
span { border-color: rgb(194,51,68); }
td.TdClassName
{
border-color: #C23344;
}
.TagClassName
{
border-color: #C23344;
}
</style>