#C22826

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

Shades of Fire Brick #C22826

Tints of Fire Brick #C22826

Color information

#C22826 (or 0xC22826) is unknown color: approx Fire Brick. HEX triplet: C2, 28 and 26. RGB value is (194,40,38). Sum of RGB (Red+Green+Blue) = 194+40+38=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C22826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22826 is #3DD7D9. Grayscale: #555555. Windows color (decimal): -4052954 or 2500802. OLE color: 2500802.

HSL color Cylindrical-coordinate representation of color #C22826: hue angle of 0.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22826 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB1944038-
CMYK00.790.800.24
HSL0.77º67.24%45.49%-
HSV(B)0.77º80.41%76.08%-
XYZ23.3613.133.14-
YUV85.82101.02205.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 71.32%
GREEN value IS 40 (16.02% from 255) = 14.71%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=71.32%
G=14.71%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194403800.790.800.240.7767.2445.49
HexC2282604F50181432d
Octal3025046011712030110355
Binary110000101010001001100100111110100001100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22826; }

 p { color: rgb(194,40,38); }

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

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

 a { background-color: rgb(194,40,38); }

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

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

 span { border-color: rgb(194,40,38); }

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