Shades of Fire Brick #CA201C
Tints of Fire Brick #CA201C
RGB
CMYK
RGB Variations
Color information
#CA201C (or 0xCA201C) is known color: Fire Brick. HEX triplet: CA, 20 and 1C. RGB value is (202,32,28). Sum of RGB (Red+Green+Blue) = 202+32+28=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA201C is #35DFE3. Grayscale: #525252. Windows color (decimal): -3530724 or 1843402. OLE color: 1843402.
HSL color Cylindrical-coordinate representation of color #CA201C: hue angle of 1.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA201C is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 28 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.21 |
| HSL | 1.38º | 0.76% | 0.45% | - |
| HSV(B) | 1.38º | 0.86% | 0.79% | - |
| XYZ | 25.08 | 13.67 | 2.42 | - |
| YUV | 82.37 | 97.32 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 28 | 0 | 0.84 | 0.86 | 0.21 | 1.38 | 0.76 | 0.45 |
| Hex | CA | 20 | 1C | 0 | 54 | 56 | 15 | 1 | 4C | 2D |
| Octal | 312 | 40 | 34 | 0 | 124 | 126 | 25 | 1 | 114 | 55 |
| Binary | 11001010 | 100000 | 11100 | 0 | 1010100 | 1010110 | 10101 | 1 | 1001100 | 101101 |
Color Harmonies of #CA201C
Complementary color
Monochromatic Colors of #CA201C
Black with #CA201C
Text Example
Text Example
White with #CA201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA201C; }
p { color: rgb(202,32,28); }
H1.HeaderClassName
{
color: #CA201C;
}
.AnyTagClassName
{
color: #CA201C;
}
</style>
background-color css
<style>
a { background-color: #CA201C; }
a { background-color: rgb(202,32,28); }
div.DivClassName
{
background-color: #CA201C;
}
.BgClassName
{
background-color: #CA201C;
}
</style>
border-color css
<style>
span { border-color: #CA201C; }
span { border-color: rgb(202,32,28); }
td.TdClassName
{
border-color: #CA201C;
}
.TagClassName
{
border-color: #CA201C;
}
</style>