Shades of Fire Brick #CD1D1D
Tints of Fire Brick #CD1D1D
RGB
CMYK
RGB Variations
Color information
#CD1D1D (or 0xCD1D1D) is known color: Fire Brick. HEX triplet: CD, 1D and 1D. RGB value is (205,29,29). Sum of RGB (Red+Green+Blue) = 205+29+29=263 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.95% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1D1D is #32E2E2. Grayscale: #515151. Windows color (decimal): -3334883 or 1908173. OLE color: 1908173.
HSL color Cylindrical-coordinate representation of color #CD1D1D: hue angle of 0º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1D1D is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 29 | 29 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.20 |
| HSL | 0º | 0.75% | 0.46% | - |
| HSV(B) | 0º | 0.86% | 0.8% | - |
| XYZ | 25.84 | 13.95 | 2.49 | - |
| YUV | 81.62 | 98.31 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 29 | 29 | 0 | 0.86 | 0.86 | 0.20 | 0 | 0.75 | 0.46 |
| Hex | CD | 1D | 1D | 0 | 56 | 56 | 14 | 0 | 4B | 2E |
| Octal | 315 | 35 | 35 | 0 | 126 | 126 | 24 | 0 | 113 | 56 |
| Binary | 11001101 | 11101 | 11101 | 0 | 1010110 | 1010110 | 10100 | 0 | 1001011 | 101110 |
Color Harmonies of #CD1D1D
Complementary color
Monochromatic Colors of #CD1D1D
Black with #CD1D1D
Text Example
Text Example
White with #CD1D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1D1D; }
p { color: rgb(205,29,29); }
H1.HeaderClassName
{
color: #CD1D1D;
}
.AnyTagClassName
{
color: #CD1D1D;
}
</style>
background-color css
<style>
a { background-color: #CD1D1D; }
a { background-color: rgb(205,29,29); }
div.DivClassName
{
background-color: #CD1D1D;
}
.BgClassName
{
background-color: #CD1D1D;
}
</style>
border-color css
<style>
span { border-color: #CD1D1D; }
span { border-color: rgb(205,29,29); }
td.TdClassName
{
border-color: #CD1D1D;
}
.TagClassName
{
border-color: #CD1D1D;
}
</style>