Shades of Fire Brick #CD201F
Tints of Fire Brick #CD201F
RGB
CMYK
RGB Variations
Color information
#CD201F (or 0xCD201F) is known color: Fire Brick. HEX triplet: CD, 20 and 1F. RGB value is (205,32,31). Sum of RGB (Red+Green+Blue) = 205+32+31=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD201F is #32DFE0. Grayscale: #535353. Windows color (decimal): -3334113 or 2040013. OLE color: 2040013.
HSL color Cylindrical-coordinate representation of color #CD201F: hue angle of 0.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD201F is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 31 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.20 |
| HSL | 0.34º | 0.74% | 0.46% | - |
| HSV(B) | 0.34º | 0.85% | 0.8% | - |
| XYZ | 25.94 | 14.11 | 2.65 | - |
| YUV | 83.61 | 98.31 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 31 | 0 | 0.84 | 0.85 | 0.20 | 0.34 | 0.74 | 0.46 |
| Hex | CD | 20 | 1F | 0 | 54 | 55 | 14 | 0 | 4A | 2E |
| Octal | 315 | 40 | 37 | 0 | 124 | 125 | 24 | 0 | 112 | 56 |
| Binary | 11001101 | 100000 | 11111 | 0 | 1010100 | 1010101 | 10100 | 0 | 1001010 | 101110 |
Color Harmonies of #CD201F
Complementary color
Monochromatic Colors of #CD201F
Black with #CD201F
Text Example
Text Example
White with #CD201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD201F; }
p { color: rgb(205,32,31); }
H1.HeaderClassName
{
color: #CD201F;
}
.AnyTagClassName
{
color: #CD201F;
}
</style>
background-color css
<style>
a { background-color: #CD201F; }
a { background-color: rgb(205,32,31); }
div.DivClassName
{
background-color: #CD201F;
}
.BgClassName
{
background-color: #CD201F;
}
</style>
border-color css
<style>
span { border-color: #CD201F; }
span { border-color: rgb(205,32,31); }
td.TdClassName
{
border-color: #CD201F;
}
.TagClassName
{
border-color: #CD201F;
}
</style>