Shades of Brick Red #CD3642
Tints of Brick Red #CD3642
RGB
CMYK
RGB Variations
Color information
#CD3642 (or 0xCD3642) is known color: Brick Red. HEX triplet: CD, 36 and 42. RGB value is (205,54,66). Sum of RGB (Red+Green+Blue) = 205+54+66=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3642 is #32C9BD. Grayscale: #646464. Windows color (decimal): -3328446 or 4339405. OLE color: 4339405.
HSL color Cylindrical-coordinate representation of color #CD3642: hue angle of 355.23º 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 #CD3642 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 66 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.20 |
| HSL | 355.23º | 0.6% | 0.51% | - |
| HSV(B) | 355.23º | 0.74% | 0.8% | - |
| XYZ | 27.48 | 16.01 | 6.8 | - |
| YUV | 100.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 66 | 0 | 0.74 | 0.68 | 0.20 | 355.23 | 0.6 | 0.51 |
| Hex | CD | 36 | 42 | 0 | 4A | 44 | 14 | 163 | 3C | 33 |
| Octal | 315 | 66 | 102 | 0 | 112 | 104 | 24 | 543 | 74 | 63 |
| Binary | 11001101 | 110110 | 1000010 | 0 | 1001010 | 1000100 | 10100 | 101100011 | 111100 | 110011 |
Color Harmonies of #CD3642
Complementary color
Monochromatic Colors of #CD3642
Black with #CD3642
Text Example
Text Example
White with #CD3642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3642; }
p { color: rgb(205,54,66); }
H1.HeaderClassName
{
color: #CD3642;
}
.AnyTagClassName
{
color: #CD3642;
}
</style>
background-color css
<style>
a { background-color: #CD3642; }
a { background-color: rgb(205,54,66); }
div.DivClassName
{
background-color: #CD3642;
}
.BgClassName
{
background-color: #CD3642;
}
</style>
border-color css
<style>
span { border-color: #CD3642; }
span { border-color: rgb(205,54,66); }
td.TdClassName
{
border-color: #CD3642;
}
.TagClassName
{
border-color: #CD3642;
}
</style>