Shades of Brick Red #CD384A
Tints of Brick Red #CD384A
RGB
CMYK
RGB Variations
Color information
#CD384A (or 0xCD384A) is known color: Brick Red. HEX triplet: CD, 38 and 4A. RGB value is (205,56,74). Sum of RGB (Red+Green+Blue) = 205+56+74=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD384A is #32C7B5. Grayscale: #666666. Windows color (decimal): -3327926 or 4864205. OLE color: 4864205.
HSL color Cylindrical-coordinate representation of color #CD384A: hue angle of 352.75º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD384A is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 74 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.20 |
| HSL | 352.75º | 0.6% | 0.51% | - |
| HSV(B) | 352.75º | 0.73% | 0.8% | - |
| XYZ | 27.83 | 16.3 | 8.16 | - |
| YUV | 102.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 74 | 0 | 0.73 | 0.64 | 0.20 | 352.75 | 0.6 | 0.51 |
| Hex | CD | 38 | 4A | 0 | 49 | 40 | 14 | 161 | 3C | 33 |
| Octal | 315 | 70 | 112 | 0 | 111 | 100 | 24 | 541 | 74 | 63 |
| Binary | 11001101 | 111000 | 1001010 | 0 | 1001001 | 1000000 | 10100 | 101100001 | 111100 | 110011 |
Color Harmonies of #CD384A
Complementary color
Monochromatic Colors of #CD384A
Black with #CD384A
Text Example
Text Example
White with #CD384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD384A; }
p { color: rgb(205,56,74); }
H1.HeaderClassName
{
color: #CD384A;
}
.AnyTagClassName
{
color: #CD384A;
}
</style>
background-color css
<style>
a { background-color: #CD384A; }
a { background-color: rgb(205,56,74); }
div.DivClassName
{
background-color: #CD384A;
}
.BgClassName
{
background-color: #CD384A;
}
</style>
border-color css
<style>
span { border-color: #CD384A; }
span { border-color: rgb(205,56,74); }
td.TdClassName
{
border-color: #CD384A;
}
.TagClassName
{
border-color: #CD384A;
}
</style>