#c2291f

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

Shades of Fire Brick #C2291F

Tints of Fire Brick #C2291F

Color information

#C2291F (or 0xC2291F) is unknown color: approx Fire Brick. HEX triplet: C2, 29 and 1F. RGB value is (194,41,31). Sum of RGB (Red+Green+Blue) = 194+41+31=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C2291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2291F is #3DD6E0. Grayscale: #555555. Windows color (decimal): -4052705 or 2042306. OLE color: 2042306.

HSL color Cylindrical-coordinate representation of color #C2291F: hue angle of 3.68º degrees, saturation: 0.72, 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 #C2291F is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB1944131-
CMYK00.790.840.24
HSL3.68º72.44%44.12%-
HSV(B)3.68º84.02%76.08%-
XYZ23.2913.152.61-
YUV85.6197.19205.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 72.93%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 31 (12.5% from 255) = 11.65%
R=72.93%
G=15.41%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194413100.790.840.243.6872.4444.12
HexC2291F04F54184482c
Octal3025137011712430411054
Binary1100001010100111111010011111010100110001001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2291f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2291f; }

 p { color: rgb(194,41,31); }

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

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

 a { background-color: rgb(194,41,31); }

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

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

 span { border-color: rgb(194,41,31); }

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