Shades of Fire Brick #CC1B19
Tints of Fire Brick #CC1B19
RGB
CMYK
RGB Variations
Color information
#CC1B19 (or 0xCC1B19) is known color: Fire Brick. HEX triplet: CC, 1B and 19. RGB value is (204,27,25). Sum of RGB (Red+Green+Blue) = 204+27+25=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B19 is #33E4E6. Grayscale: #4F4F4F. Windows color (decimal): -3400935 or 1645516. OLE color: 1645516.
HSL color Cylindrical-coordinate representation of color #CC1B19: hue angle of 0.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1B19 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 25 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.2 |
| HSL | 0.67º | 0.78% | 0.45% | - |
| HSV(B) | 0.67º | 0.88% | 0.8% | - |
| XYZ | 25.47 | 13.69 | 2.22 | - |
| YUV | 79.7 | 97.14 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 25 | 0 | 0.87 | 0.88 | 0.2 | 0.67 | 0.78 | 0.45 |
| Hex | CC | 1B | 19 | 0 | 57 | 58 | 14 | 1 | 4E | 2D |
| Octal | 314 | 33 | 31 | 0 | 127 | 130 | 24 | 1 | 116 | 55 |
| Binary | 11001100 | 11011 | 11001 | 0 | 1010111 | 1011000 | 10100 | 1 | 1001110 | 101101 |
Color Harmonies of #CC1B19
Complementary color
Monochromatic Colors of #CC1B19
Black with #CC1B19
Text Example
Text Example
White with #CC1B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1B19; }
p { color: rgb(204,27,25); }
H1.HeaderClassName
{
color: #CC1B19;
}
.AnyTagClassName
{
color: #CC1B19;
}
</style>
background-color css
<style>
a { background-color: #CC1B19; }
a { background-color: rgb(204,27,25); }
div.DivClassName
{
background-color: #CC1B19;
}
.BgClassName
{
background-color: #CC1B19;
}
</style>
border-color css
<style>
span { border-color: #CC1B19; }
span { border-color: rgb(204,27,25); }
td.TdClassName
{
border-color: #CC1B19;
}
.TagClassName
{
border-color: #CC1B19;
}
</style>