Shades of Brick Red #CD3345
Tints of Brick Red #CD3345
RGB
CMYK
RGB Variations
Color information
#CD3345 (or 0xCD3345) is known color: Brick Red. HEX triplet: CD, 33 and 45. RGB value is (205,51,69). Sum of RGB (Red+Green+Blue) = 205+51+69=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3345 is #32CCBA. Grayscale: #636363. Windows color (decimal): -3329211 or 4535245. OLE color: 4535245.
HSL color Cylindrical-coordinate representation of color #CD3345: hue angle of 352.99º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3345 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 51 | 69 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.20 |
| HSL | 352.99º | 0.61% | 0.5% | - |
| HSV(B) | 352.99º | 0.75% | 0.8% | - |
| XYZ | 27.43 | 15.78 | 7.23 | - |
| YUV | 99.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 69 | 0 | 0.75 | 0.66 | 0.20 | 352.99 | 0.61 | 0.5 |
| Hex | CD | 33 | 45 | 0 | 4B | 42 | 14 | 161 | 3D | 32 |
| Octal | 315 | 63 | 105 | 0 | 113 | 102 | 24 | 541 | 75 | 62 |
| Binary | 11001101 | 110011 | 1000101 | 0 | 1001011 | 1000010 | 10100 | 101100001 | 111101 | 110010 |
Color Harmonies of #CD3345
Complementary color
Monochromatic Colors of #CD3345
Black with #CD3345
Text Example
Text Example
White with #CD3345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3345; }
p { color: rgb(205,51,69); }
H1.HeaderClassName
{
color: #CD3345;
}
.AnyTagClassName
{
color: #CD3345;
}
</style>
background-color css
<style>
a { background-color: #CD3345; }
a { background-color: rgb(205,51,69); }
div.DivClassName
{
background-color: #CD3345;
}
.BgClassName
{
background-color: #CD3345;
}
</style>
border-color css
<style>
span { border-color: #CD3345; }
span { border-color: rgb(205,51,69); }
td.TdClassName
{
border-color: #CD3345;
}
.TagClassName
{
border-color: #CD3345;
}
</style>