#C1281E

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

Shades of Fire Brick #C1281E

Tints of Fire Brick #C1281E

Color information

#C1281E (or 0xC1281E) is unknown color: approx Fire Brick. HEX triplet: C1, 28 and 1E. RGB value is (193,40,30). Sum of RGB (Red+Green+Blue) = 193+40+30=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C1281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1281E is #3ED7E1. Grayscale: #545454. Windows color (decimal): -4118498 or 1976513. OLE color: 1976513.

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

Color convert

RGB1934030-
CMYK00.790.840.24
HSL3.68º73.09%43.73%-
HSV(B)3.68º84.46%75.69%-
XYZ22.9912.952.52-
YUV84.6197.19205.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.38%
GREEN value IS 40 (16.02% from 255) = 15.21%
BLUE value IS 30 (12.11% from 255) = 11.41%
R=73.38%
G=15.21%
B=11.41%

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
Decimal193403000.790.840.243.6873.0943.73
HexC1281E04F54184492c
Octal3015036011712430411154
Binary1100000110100011110010011111010100110001001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1281E; }

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

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

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

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

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

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

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

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