Shades of Brick Red #CD283C
Tints of Brick Red #CD283C
RGB
CMYK
RGB Variations
Color information
#CD283C (or 0xCD283C) is known color: Brick Red. HEX triplet: CD, 28 and 3C. RGB value is (205,40,60). Sum of RGB (Red+Green+Blue) = 205+40+60=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD283C is #32D7C3. Grayscale: #5B5B5B. Windows color (decimal): -3332036 or 3942605. OLE color: 3942605.
HSL color Cylindrical-coordinate representation of color #CD283C: hue angle of 352.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD283C is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 60 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.20 |
| HSL | 352.73º | 0.67% | 0.48% | - |
| HSV(B) | 352.73º | 0.8% | 0.8% | - |
| XYZ | 26.75 | 14.82 | 5.73 | - |
| YUV | 91.62 | 110.16 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 60 | 0 | 0.80 | 0.71 | 0.20 | 352.73 | 0.67 | 0.48 |
| Hex | CD | 28 | 3C | 0 | 50 | 47 | 14 | 161 | 43 | 30 |
| Octal | 315 | 50 | 74 | 0 | 120 | 107 | 24 | 541 | 103 | 60 |
| Binary | 11001101 | 101000 | 111100 | 0 | 1010000 | 1000111 | 10100 | 101100001 | 1000011 | 110000 |
Color Harmonies of #CD283C
Complementary color
Monochromatic Colors of #CD283C
Black with #CD283C
Text Example
Text Example
White with #CD283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD283C; }
p { color: rgb(205,40,60); }
H1.HeaderClassName
{
color: #CD283C;
}
.AnyTagClassName
{
color: #CD283C;
}
</style>
background-color css
<style>
a { background-color: #CD283C; }
a { background-color: rgb(205,40,60); }
div.DivClassName
{
background-color: #CD283C;
}
.BgClassName
{
background-color: #CD283C;
}
</style>
border-color css
<style>
span { border-color: #CD283C; }
span { border-color: rgb(205,40,60); }
td.TdClassName
{
border-color: #CD283C;
}
.TagClassName
{
border-color: #CD283C;
}
</style>