Shades of Brick Red #CD303F
Tints of Brick Red #CD303F
RGB
CMYK
RGB Variations
Color information
#CD303F (or 0xCD303F) is known color: Brick Red. HEX triplet: CD, 30 and 3F. RGB value is (205,48,63). Sum of RGB (Red+Green+Blue) = 205+48+63=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD303F is #32CFC0. Grayscale: #606060. Windows color (decimal): -3329985 or 4141261. OLE color: 4141261.
HSL color Cylindrical-coordinate representation of color #CD303F: hue angle of 354.27º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD303F is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 63 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.20 |
| HSL | 354.27º | 0.62% | 0.5% | - |
| HSV(B) | 354.27º | 0.77% | 0.8% | - |
| XYZ | 27.13 | 15.45 | 6.26 | - |
| YUV | 96.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 63 | 0 | 0.77 | 0.69 | 0.20 | 354.27 | 0.62 | 0.5 |
| Hex | CD | 30 | 3F | 0 | 4D | 45 | 14 | 162 | 3E | 32 |
| Octal | 315 | 60 | 77 | 0 | 115 | 105 | 24 | 542 | 76 | 62 |
| Binary | 11001101 | 110000 | 111111 | 0 | 1001101 | 1000101 | 10100 | 101100010 | 111110 | 110010 |
Color Harmonies of #CD303F
Complementary color
Monochromatic Colors of #CD303F
Black with #CD303F
Text Example
Text Example
White with #CD303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD303F; }
p { color: rgb(205,48,63); }
H1.HeaderClassName
{
color: #CD303F;
}
.AnyTagClassName
{
color: #CD303F;
}
</style>
background-color css
<style>
a { background-color: #CD303F; }
a { background-color: rgb(205,48,63); }
div.DivClassName
{
background-color: #CD303F;
}
.BgClassName
{
background-color: #CD303F;
}
</style>
border-color css
<style>
span { border-color: #CD303F; }
span { border-color: rgb(205,48,63); }
td.TdClassName
{
border-color: #CD303F;
}
.TagClassName
{
border-color: #CD303F;
}
</style>