Shades of Brick Red #CD2440
Tints of Brick Red #CD2440
RGB
CMYK
RGB Variations
Color information
#CD2440 (or 0xCD2440) is known color: Brick Red. HEX triplet: CD, 24 and 40. RGB value is (205,36,64). Sum of RGB (Red+Green+Blue) = 205+36+64=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2440 is #32DBBF. Grayscale: #595959. Windows color (decimal): -3333056 or 4203725. OLE color: 4203725.
HSL color Cylindrical-coordinate representation of color #CD2440: hue angle of 350.06º 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 #CD2440 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 64 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.20 |
| HSL | 350.06º | 0.7% | 0.47% | - |
| HSV(B) | 350.06º | 0.82% | 0.8% | - |
| XYZ | 26.73 | 14.61 | 6.26 | - |
| YUV | 89.72 | 113.49 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 64 | 0 | 0.82 | 0.69 | 0.20 | 350.06 | 0.7 | 0.47 |
| Hex | CD | 24 | 40 | 0 | 52 | 45 | 14 | 15E | 46 | 2F |
| Octal | 315 | 44 | 100 | 0 | 122 | 105 | 24 | 536 | 106 | 57 |
| Binary | 11001101 | 100100 | 1000000 | 0 | 1010010 | 1000101 | 10100 | 101011110 | 1000110 | 101111 |
Color Harmonies of #CD2440
Complementary color
Monochromatic Colors of #CD2440
Black with #CD2440
Text Example
Text Example
White with #CD2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2440; }
p { color: rgb(205,36,64); }
H1.HeaderClassName
{
color: #CD2440;
}
.AnyTagClassName
{
color: #CD2440;
}
</style>
background-color css
<style>
a { background-color: #CD2440; }
a { background-color: rgb(205,36,64); }
div.DivClassName
{
background-color: #CD2440;
}
.BgClassName
{
background-color: #CD2440;
}
</style>
border-color css
<style>
span { border-color: #CD2440; }
span { border-color: rgb(205,36,64); }
td.TdClassName
{
border-color: #CD2440;
}
.TagClassName
{
border-color: #CD2440;
}
</style>