Shades of Brick Red #CD3341
Tints of Brick Red #CD3341
RGB
CMYK
RGB Variations
Color information
#CD3341 (or 0xCD3341) is known color: Brick Red. HEX triplet: CD, 33 and 41. RGB value is (205,51,65). Sum of RGB (Red+Green+Blue) = 205+51+65=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3341 is #32CCBE. Grayscale: #626262. Windows color (decimal): -3329215 or 4273101. OLE color: 4273101.
HSL color Cylindrical-coordinate representation of color #CD3341: hue angle of 354.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3341 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 51 | 65 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.20 |
| HSL | 354.55º | 0.61% | 0.5% | - |
| HSV(B) | 354.55º | 0.75% | 0.8% | - |
| XYZ | 27.31 | 15.73 | 6.6 | - |
| YUV | 98.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 65 | 0 | 0.75 | 0.68 | 0.20 | 354.55 | 0.61 | 0.5 |
| Hex | CD | 33 | 41 | 0 | 4B | 44 | 14 | 163 | 3D | 32 |
| Octal | 315 | 63 | 101 | 0 | 113 | 104 | 24 | 543 | 75 | 62 |
| Binary | 11001101 | 110011 | 1000001 | 0 | 1001011 | 1000100 | 10100 | 101100011 | 111101 | 110010 |
Color Harmonies of #CD3341
Complementary color
Monochromatic Colors of #CD3341
Black with #CD3341
Text Example
Text Example
White with #CD3341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3341; }
p { color: rgb(205,51,65); }
H1.HeaderClassName
{
color: #CD3341;
}
.AnyTagClassName
{
color: #CD3341;
}
</style>
background-color css
<style>
a { background-color: #CD3341; }
a { background-color: rgb(205,51,65); }
div.DivClassName
{
background-color: #CD3341;
}
.BgClassName
{
background-color: #CD3341;
}
</style>
border-color css
<style>
span { border-color: #CD3341; }
span { border-color: rgb(205,51,65); }
td.TdClassName
{
border-color: #CD3341;
}
.TagClassName
{
border-color: #CD3341;
}
</style>