Shades of Brick Red #CD364A
Tints of Brick Red #CD364A
RGB
CMYK
RGB Variations
Color information
#CD364A (or 0xCD364A) is known color: Brick Red. HEX triplet: CD, 36 and 4A. RGB value is (205,54,74). Sum of RGB (Red+Green+Blue) = 205+54+74=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD364A is #32C9B5. Grayscale: #656565. Windows color (decimal): -3328438 or 4863693. OLE color: 4863693.
HSL color Cylindrical-coordinate representation of color #CD364A: hue angle of 352.05º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD364A is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 74 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.20 |
| HSL | 352.05º | 0.6% | 0.51% | - |
| HSV(B) | 352.05º | 0.74% | 0.8% | - |
| XYZ | 27.73 | 16.11 | 8.13 | - |
| YUV | 101.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 74 | 0 | 0.74 | 0.64 | 0.20 | 352.05 | 0.6 | 0.51 |
| Hex | CD | 36 | 4A | 0 | 4A | 40 | 14 | 160 | 3C | 33 |
| Octal | 315 | 66 | 112 | 0 | 112 | 100 | 24 | 540 | 74 | 63 |
| Binary | 11001101 | 110110 | 1001010 | 0 | 1001010 | 1000000 | 10100 | 101100000 | 111100 | 110011 |
Color Harmonies of #CD364A
Complementary color
Monochromatic Colors of #CD364A
Black with #CD364A
Text Example
Text Example
White with #CD364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD364A; }
p { color: rgb(205,54,74); }
H1.HeaderClassName
{
color: #CD364A;
}
.AnyTagClassName
{
color: #CD364A;
}
</style>
background-color css
<style>
a { background-color: #CD364A; }
a { background-color: rgb(205,54,74); }
div.DivClassName
{
background-color: #CD364A;
}
.BgClassName
{
background-color: #CD364A;
}
</style>
border-color css
<style>
span { border-color: #CD364A; }
span { border-color: rgb(205,54,74); }
td.TdClassName
{
border-color: #CD364A;
}
.TagClassName
{
border-color: #CD364A;
}
</style>