#C22D22

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

Shades of Fire Brick #C22D22

Tints of Fire Brick #C22D22

Color information

#C22D22 (or 0xC22D22) is unknown color: approx Fire Brick. HEX triplet: C2, 2D and 22. RGB value is (194,45,34). Sum of RGB (Red+Green+Blue) = 194+45+34=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D22 is #3DD2DD. Grayscale: #585858. Windows color (decimal): -4051678 or 2239938. OLE color: 2239938.

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

Color convert

RGB1944534-
CMYK00.770.820.24
HSL4.13º70.18%44.71%-
HSV(B)4.13º82.47%76.08%-
XYZ23.4813.462.87-
YUV88.397.36203.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 71.06%
GREEN value IS 45 (17.97% from 255) = 16.48%
BLUE value IS 34 (13.67% from 255) = 12.45%
R=71.06%
G=16.48%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194453400.770.820.244.1370.1844.71
HexC22D2204D52184462d
Octal3025542011512230410655
Binary11000010101101100010010011011010010110001001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22D22; }

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

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

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

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

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

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

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

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