#C2241F

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

Shades of Fire Brick #C2241F

Tints of Fire Brick #C2241F

Color information

#C2241F (or 0xC2241F) is unknown color: approx Fire Brick. HEX triplet: C2, 24 and 1F. RGB value is (194,36,31). Sum of RGB (Red+Green+Blue) = 194+36+31=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2241F is #3DDBE0. Grayscale: #525252. Windows color (decimal): -4053985 or 2041026. OLE color: 2041026.

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

Color convert

RGB1943631-
CMYK00.810.840.24
HSL1.84º72.44%44.12%-
HSV(B)1.84º84.02%76.08%-
XYZ23.1312.832.55-
YUV82.6798.85207.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.33%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=74.33%
G=13.79%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194363100.810.840.241.8472.4444.12
HexC2241F05154182482c
Octal3024437012112430211054
Binary110000101001001111101010001101010011000101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2241F; }

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

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

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

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

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

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

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

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