Shades of Brick Red #C1333D
Tints of Brick Red #C1333D
RGB
CMYK
RGB Variations
Color information
#C1333D (or 0xC1333D) is known color: Brick Red. HEX triplet: C1, 33 and 3D. RGB value is (193,51,61). Sum of RGB (Red+Green+Blue) = 193+51+61=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1333D is #3ECCC2. Grayscale: #5E5E5E. Windows color (decimal): -4115651 or 4010945. OLE color: 4010945.
HSL color Cylindrical-coordinate representation of color #C1333D: hue angle of 355.77º 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 #C1333D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 61 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.24 |
| HSL | 355.77º | 0.58% | 0.48% | - |
| HSV(B) | 355.77º | 0.74% | 0.76% | - |
| XYZ | 24.02 | 14.04 | 5.86 | - |
| YUV | 94.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 61 | 0 | 0.74 | 0.68 | 0.24 | 355.77 | 0.58 | 0.48 |
| Hex | C1 | 33 | 3D | 0 | 4A | 44 | 18 | 164 | 3A | 30 |
| Octal | 301 | 63 | 75 | 0 | 112 | 104 | 30 | 544 | 72 | 60 |
| Binary | 11000001 | 110011 | 111101 | 0 | 1001010 | 1000100 | 11000 | 101100100 | 111010 | 110000 |
Color Harmonies of #C1333D
Complementary color
Monochromatic Colors of #C1333D
Black with #C1333D
Text Example
Text Example
White with #C1333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1333D; }
p { color: rgb(193,51,61); }
H1.HeaderClassName
{
color: #C1333D;
}
.AnyTagClassName
{
color: #C1333D;
}
</style>
background-color css
<style>
a { background-color: #C1333D; }
a { background-color: rgb(193,51,61); }
div.DivClassName
{
background-color: #C1333D;
}
.BgClassName
{
background-color: #C1333D;
}
</style>
border-color css
<style>
span { border-color: #C1333D; }
span { border-color: rgb(193,51,61); }
td.TdClassName
{
border-color: #C1333D;
}
.TagClassName
{
border-color: #C1333D;
}
</style>