Shades of Brick Red #CD2444
Tints of Brick Red #CD2444
RGB
CMYK
RGB Variations
Color information
#CD2444 (or 0xCD2444) is known color: Brick Red. HEX triplet: CD, 24 and 44. RGB value is (205,36,68). Sum of RGB (Red+Green+Blue) = 205+36+68=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2444 is #32DBBB. Grayscale: #5A5A5A. Windows color (decimal): -3333052 or 4465869. OLE color: 4465869.
HSL color Cylindrical-coordinate representation of color #CD2444: hue angle of 348.64º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2444 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 68 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.20 |
| HSL | 348.64º | 0.7% | 0.47% | - |
| HSV(B) | 348.64º | 0.82% | 0.8% | - |
| XYZ | 26.85 | 14.66 | 6.88 | - |
| YUV | 90.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 68 | 0 | 0.82 | 0.67 | 0.20 | 348.64 | 0.7 | 0.47 |
| Hex | CD | 24 | 44 | 0 | 52 | 43 | 14 | 15D | 46 | 2F |
| Octal | 315 | 44 | 104 | 0 | 122 | 103 | 24 | 535 | 106 | 57 |
| Binary | 11001101 | 100100 | 1000100 | 0 | 1010010 | 1000011 | 10100 | 101011101 | 1000110 | 101111 |
Color Harmonies of #CD2444
Complementary color
Monochromatic Colors of #CD2444
Black with #CD2444
Text Example
Text Example
White with #CD2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2444; }
p { color: rgb(205,36,68); }
H1.HeaderClassName
{
color: #CD2444;
}
.AnyTagClassName
{
color: #CD2444;
}
</style>
background-color css
<style>
a { background-color: #CD2444; }
a { background-color: rgb(205,36,68); }
div.DivClassName
{
background-color: #CD2444;
}
.BgClassName
{
background-color: #CD2444;
}
</style>
border-color css
<style>
span { border-color: #CD2444; }
span { border-color: rgb(205,36,68); }
td.TdClassName
{
border-color: #CD2444;
}
.TagClassName
{
border-color: #CD2444;
}
</style>