#921C1E

Color #921C1E Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #921C1E

Tints of Flame Red #921C1E

Color information

#921C1E (or 0x921C1E) is unknown color: approx Flame Red. HEX triplet: 92, 1C and 1E. RGB value is (146,28,30). Sum of RGB (Red+Green+Blue) = 146+28+30=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #921C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921C1E is #6DE3E1. Grayscale: #3F3F3F. Windows color (decimal): -7201762 or 1973394. OLE color: 1973394.

HSL color Cylindrical-coordinate representation of color #921C1E: hue angle of 358.98º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #921C1E is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1462830-
CMYK00.810.790.43
HSL358.98º67.82%34.12%-
HSV(B)358.98º80.82%57.25%-
XYZ12.57.041.93-
YUV63.51109.09186.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.57%
GREEN value IS 28 (11.33% from 255) = 13.73%
BLUE value IS 30 (12.11% from 255) = 14.71%
R=71.57%
G=13.73%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146283000.810.790.43358.9867.8234.12
Hex921C1E0514F2B1674422
Octal222343601211175354710442
Binary1001001011100111100101000110011111010111011001111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921C1E; }

 p { color: rgb(146,28,30); }

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

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

 a { background-color: rgb(146,28,30); }

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

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

 span { border-color: rgb(146,28,30); }

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