#C2221D

Color #C2221D Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #C2221D

Tints of Fire Brick #C2221D

Color information

#C2221D (or 0xC2221D) is unknown color: approx Fire Brick. HEX triplet: C2, 22 and 1D. RGB value is (194,34,29). Sum of RGB (Red+Green+Blue) = 194+34+29=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2221D is #3DDDE2. Grayscale: #515151. Windows color (decimal): -4054499 or 1909442. OLE color: 1909442.

HSL color Cylindrical-coordinate representation of color #C2221D: hue angle of 1.82º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2221D is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1943429-
CMYK00.820.850.24
HSL1.82º73.99%43.73%-
HSV(B)1.82º85.05%76.08%-
XYZ23.0412.72.4-
YUV81.2798.51208.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 75.49%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 29 (11.72% from 255) = 11.28%
R=75.49%
G=13.23%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194342900.820.850.241.8273.9943.73
HexC2221D052551824a2c
Octal3024235012212530211254
Binary110000101000101110101010010101010111000101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2221D; }

 p { color: rgb(194,34,29); }

 H1.HeaderClassName
 {
   color: #C2221D;
 }
 .AnyTagClassName
 {
   color: #C2221D;
 }
</style>
background-color css

<style>
 a { background-color: #C2221D; }

 a { background-color: rgb(194,34,29); }

 div.DivClassName
 {
   background-color: #C2221D;
 }
 .BgClassName
 {
   background-color: #C2221D;
 }
</style>
border-color css

<style>
 span { border-color: #C2221D; }

 span { border-color: rgb(194,34,29); }

 td.TdClassName
 {
   border-color: #C2221D;
 }
 .TagClassName
 {
   border-color: #C2221D;
 }
</style>