#C1261E

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

Shades of Fire Brick #C1261E

Tints of Fire Brick #C1261E

Color information

#C1261E (or 0xC1261E) is unknown color: approx Fire Brick. HEX triplet: C1, 26 and 1E. RGB value is (193,38,30). Sum of RGB (Red+Green+Blue) = 193+38+30=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C1261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1261E is #3ED9E1. Grayscale: #535353. Windows color (decimal): -4119010 or 1976001. OLE color: 1976001.

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

Color convert

RGB1933830-
CMYK00.800.840.24
HSL2.94º73.09%43.73%-
HSV(B)2.94º84.46%75.69%-
XYZ22.9212.822.49-
YUV83.4397.85206.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.95%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=73.95%
G=14.56%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193383000.800.840.242.9473.0943.73
HexC1261E05054183492c
Octal3014636012012430311154
Binary110000011001101111001010000101010011000111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1261E; }

 p { color: rgb(193,38,30); }

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

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

 a { background-color: rgb(193,38,30); }

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

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

 span { border-color: rgb(193,38,30); }

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