Shades of Brick Red #CD404A
Tints of Brick Red #CD404A
RGB
CMYK
RGB Variations
Color information
#CD404A (or 0xCD404A) is known color: Brick Red. HEX triplet: CD, 40 and 4A. RGB value is (205,64,74). Sum of RGB (Red+Green+Blue) = 205+64+74=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD404A is #32BFB5. Grayscale: #6B6B6B. Windows color (decimal): -3325878 or 4866253. OLE color: 4866253.
HSL color Cylindrical-coordinate representation of color #CD404A: hue angle of 355.74º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD404A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 74 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.20 |
| HSL | 355.74º | 0.59% | 0.53% | - |
| HSV(B) | 355.74º | 0.69% | 0.8% | - |
| XYZ | 28.25 | 17.14 | 8.3 | - |
| YUV | 107.3 | 109.21 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 74 | 0 | 0.69 | 0.64 | 0.20 | 355.74 | 0.59 | 0.53 |
| Hex | CD | 40 | 4A | 0 | 45 | 40 | 14 | 164 | 3B | 35 |
| Octal | 315 | 100 | 112 | 0 | 105 | 100 | 24 | 544 | 73 | 65 |
| Binary | 11001101 | 1000000 | 1001010 | 0 | 1000101 | 1000000 | 10100 | 101100100 | 111011 | 110101 |
Color Harmonies of #CD404A
Complementary color
Monochromatic Colors of #CD404A
Black with #CD404A
Text Example
Text Example
White with #CD404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD404A; }
p { color: rgb(205,64,74); }
H1.HeaderClassName
{
color: #CD404A;
}
.AnyTagClassName
{
color: #CD404A;
}
</style>
background-color css
<style>
a { background-color: #CD404A; }
a { background-color: rgb(205,64,74); }
div.DivClassName
{
background-color: #CD404A;
}
.BgClassName
{
background-color: #CD404A;
}
</style>
border-color css
<style>
span { border-color: #CD404A; }
span { border-color: rgb(205,64,74); }
td.TdClassName
{
border-color: #CD404A;
}
.TagClassName
{
border-color: #CD404A;
}
</style>