Shades of Brick Red #C23340
Tints of Brick Red #C23340
RGB
CMYK
RGB Variations
Color information
#C23340 (or 0xC23340) is known color: Brick Red. HEX triplet: C2, 33 and 40. RGB value is (194,51,64). Sum of RGB (Red+Green+Blue) = 194+51+64=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C23340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23340 is #3DCCBF. Grayscale: #5F5F5F. Windows color (decimal): -4050112 or 4207554. OLE color: 4207554.
HSL color Cylindrical-coordinate representation of color #C23340: hue angle of 354.55º 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 #C23340 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 64 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.24 |
| HSL | 354.55º | 0.58% | 0.48% | - |
| HSV(B) | 354.55º | 0.74% | 0.76% | - |
| XYZ | 24.36 | 14.21 | 6.31 | - |
| YUV | 95.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 64 | 0 | 0.74 | 0.67 | 0.24 | 354.55 | 0.58 | 0.48 |
| Hex | C2 | 33 | 40 | 0 | 4A | 43 | 18 | 163 | 3A | 30 |
| Octal | 302 | 63 | 100 | 0 | 112 | 103 | 30 | 543 | 72 | 60 |
| Binary | 11000010 | 110011 | 1000000 | 0 | 1001010 | 1000011 | 11000 | 101100011 | 111010 | 110000 |
Color Harmonies of #C23340
Complementary color
Monochromatic Colors of #C23340
Black with #C23340
Text Example
Text Example
White with #C23340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23340; }
p { color: rgb(194,51,64); }
H1.HeaderClassName
{
color: #C23340;
}
.AnyTagClassName
{
color: #C23340;
}
</style>
background-color css
<style>
a { background-color: #C23340; }
a { background-color: rgb(194,51,64); }
div.DivClassName
{
background-color: #C23340;
}
.BgClassName
{
background-color: #C23340;
}
</style>
border-color css
<style>
span { border-color: #C23340; }
span { border-color: rgb(194,51,64); }
td.TdClassName
{
border-color: #C23340;
}
.TagClassName
{
border-color: #C23340;
}
</style>