#C4221B

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

Shades of Fire Brick #C4221B

Tints of Fire Brick #C4221B

Color information

#C4221B (or 0xC4221B) is unknown color: approx Fire Brick. HEX triplet: C4, 22 and 1B. RGB value is (196,34,27). Sum of RGB (Red+Green+Blue) = 196+34+27=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C4221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4221B is #3BDDE4. Grayscale: #515151. Windows color (decimal): -3923429 or 1778372. OLE color: 1778372.

HSL color Cylindrical-coordinate representation of color #C4221B: hue angle of 2.49º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4221B is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB1963427-
CMYK00.830.860.23
HSL2.49º75.78%43.73%-
HSV(B)2.49º86.22%76.86%-
XYZ23.5312.962.3-
YUV81.6497.17209.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 76.26%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 27 (10.94% from 255) = 10.51%
R=76.26%
G=13.23%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196342700.830.860.232.4975.7843.73
HexC4221B053561724c2c
Octal3044233012312627211454
Binary110001001000101101101010011101011010111101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4221B; }

 p { color: rgb(196,34,27); }

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

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

 a { background-color: rgb(196,34,27); }

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

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

 span { border-color: rgb(196,34,27); }

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