#C1221E

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

Shades of Fire Brick #C1221E

Tints of Fire Brick #C1221E

Color information

#C1221E (or 0xC1221E) is unknown color: approx Fire Brick. HEX triplet: C1, 22 and 1E. RGB value is (193,34,30). Sum of RGB (Red+Green+Blue) = 193+34+30=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1221E is #3EDDE1. Grayscale: #515151. Windows color (decimal): -4120034 or 1974977. OLE color: 1974977.

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

Color convert

RGB1933430-
CMYK00.820.840.24
HSL1.47º73.09%43.73%-
HSV(B)1.47º84.46%75.69%-
XYZ22.812.582.45-
YUV81.0899.18207.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.10%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=75.10%
G=13.23%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193343000.820.840.241.4773.0943.73
HexC1221E05254181492c
Octal3014236012212430111154
Binary11000001100010111100101001010101001100011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1221E; }

 p { color: rgb(193,34,30); }

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

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

 a { background-color: rgb(193,34,30); }

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

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

 span { border-color: rgb(193,34,30); }

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