Shades of Brick Red #C23640
Tints of Brick Red #C23640
RGB
CMYK
RGB Variations
Color information
#C23640 (or 0xC23640) is known color: Brick Red. HEX triplet: C2, 36 and 40. RGB value is (194,54,64). Sum of RGB (Red+Green+Blue) = 194+54+64=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C23640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23640 is #3DC9BF. Grayscale: #616161. Windows color (decimal): -4049344 or 4208322. OLE color: 4208322.
HSL color Cylindrical-coordinate representation of color #C23640: hue angle of 355.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23640 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 64 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.24 |
| HSL | 355.71º | 0.56% | 0.49% | - |
| HSV(B) | 355.71º | 0.72% | 0.76% | - |
| XYZ | 24.49 | 14.48 | 6.35 | - |
| YUV | 97 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 64 | 0 | 0.72 | 0.67 | 0.24 | 355.71 | 0.56 | 0.49 |
| Hex | C2 | 36 | 40 | 0 | 48 | 43 | 18 | 164 | 38 | 31 |
| Octal | 302 | 66 | 100 | 0 | 110 | 103 | 30 | 544 | 70 | 61 |
| Binary | 11000010 | 110110 | 1000000 | 0 | 1001000 | 1000011 | 11000 | 101100100 | 111000 | 110001 |
Color Harmonies of #C23640
Complementary color
Monochromatic Colors of #C23640
Black with #C23640
Text Example
Text Example
White with #C23640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23640; }
p { color: rgb(194,54,64); }
H1.HeaderClassName
{
color: #C23640;
}
.AnyTagClassName
{
color: #C23640;
}
</style>
background-color css
<style>
a { background-color: #C23640; }
a { background-color: rgb(194,54,64); }
div.DivClassName
{
background-color: #C23640;
}
.BgClassName
{
background-color: #C23640;
}
</style>
border-color css
<style>
span { border-color: #C23640; }
span { border-color: rgb(194,54,64); }
td.TdClassName
{
border-color: #C23640;
}
.TagClassName
{
border-color: #C23640;
}
</style>